Akan names are derived from Ghanian culture. Frequently in Ghana, children are given their first name as a 'day name' which corresponds to the day in the week they were born.
# akan
## Author
Savanah Atieno
## Description
This project is an application that take's a user's birthday and caculates the day of the week they are born and then depending on their gender outputs their Akan name is revealed.
Akan names are derived from Ghanian culture. Frequently in Ghana, children are given their first name as a 'day name' which corresponds to the day in the week they were born.
## Screenshot
## Live Page
savanahatieno.github.io
## Installation process/Setup Intsruction
*Open Terminal {Ctrl + Alt + T}
*cd [To the specific document you want to clone your repository]
eg. cd Documents
*git clone {paste your new repository link here}'''
github.com'''
*cd akan
*code ./atom . based on the editor you have.
## Technologies Used
*HTML5
*CSS
* JavaScript
* markdown
* Bootstrap
## BDD
Enter century of birth eg 20 for 2019,
Input Example 20
Output example 20
* Enter year of Birth eg 19 for 2019
Input Example 19
Output Example 19
* Enter month of birth eg 1 for january
Input example 1
Output example 1
* Enter Date of the month you were born in eg 20
input example 20
output example 20
* Select gender
Input example male
output male
Submit.
Input example, the program compares the inputs with the conditions set for the inputs eg if No input field is empty, the program executes else an alert to enter valid deatils.
* 0 = 31.
* 0 = 12
* Gender Male or Female.
True value is output. Output example: **You were born on Sunday and Your akan name is Kwasi!** If your gender is Male.
True value is output. Output example: **You were born on Sunday and Your akan name is Akosua!** If your gender is female.
**Example**
* century input -- 20
* year input -- 19
* month input -- 7
* date input -- 14
* gender -- male selected,
**Expected output is *You were born on Sunday and Your akan name is Kwasi!***
## Known Bugs
* Some output are not as accurate as expected..
## Contact Information
If you h …