This is a names generator website that asks user to input their date of birth and year of birth and then calculates the day they were born and uses the day to output their names according to their gender if they were born in Ghana.
# AKAN NAMES GENERATOR
#### A website that generates akan names, 21/09/2019
### By Njoroge Gichuhi
## Description
This is a names generator website that asks user to input their date of birth and year of birth and then calculates the day they were born and uses the day to output their names according to their gender if they were born in Ghana.
## Setup/Installation Requirements
+ Clone this repository
+ cd to namesgenerator
+ Open index.html
## Known bugs
No known bugs at the moment
## Technologies Used
+ HTML
+ CSS
+ JavaScript
## BDD
* Enter year of Birth eg 2019
* Enter month of birth eg 2 for february
* Enter Date of the month you were born in eg 02
* Select gender
Input example female
Submit.
The program compares the input with the conditions set for the input,If no input,that is the field is empty,the program executes an alert for you to enter valid details.
* 0 = 31.
* 0 = 12
* Gender Male or Female.
Output example: **Hey (your name)! if you were born in Ghana your name would be kwasi** If your gender is Male.
Output example: **Hey (your name)! if you were born in Ghana your name would be Akosua** If your gender is female.
**Example**
* year input -- 1930
* month input -- 6
* date input -- 25
* gender -- female
**Expected output is *Hey (your name)! if you were born in Ghana your name would be Yaa***
## License
MIT Copyright(c) 2019