Akan Calculator.
Created by John Karima.
A project consisting of an Akan calculator which takes in a date input and returns the corresponding Akan male/female name and day of the week. This project was created using HTML, CSS and JavaScript.
- Clone the repository
$ git clone Week-2-IP
- Move into directory
$ cd Week-2-IP
- Open project on code editor
$ code .
- Run the project on Live Server
https://johnkarima.github.io/week-2-IP/
- The project should validate and accept user input.
- It should pass the validated input into Zeller's congruence.
- It should then use the result of the algorthm to access and return the corresponding day of the week and the Akan name that goes with said date.
Zeller's congruence, an algorithm by Christian Zeller to calculate the day of the week for any Julian or Gregorian calendar date. It can be used to determine the day of the week for any date in the past, present or future, for any dates between 1582 and 4902.
- 2020, John Karima.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.