The project above is a birthday website which takes the user's birthday and calculates the day of the week they were born.
The website above calculates the user's birthday the day of week they were born either male or female. They are derived from Ghanian culture. Frequently in Ghana, children are given their first name as a 'day name' which corresponds to the day of the week they were born.
Jimmy-oss
BEHAVIOUR OF THE WEBSITE | INPUTS WHEN ONE CHOOSES EITHER MALE OR FEMALE | CHOICE OF INPUTS | OUTPUT EXAMPLE IT SHOULD RETURN |
---|---|---|---|
Male | month | 1-31 | true |
Female | year | 1-12 | true |
Both Male and Female | days | 1-31 | true |
Akan receiving an error | if the month is above 12, the day is 0 or 32,the is year 1900 or above 2000 | month 13, day 32, year 1900 or above 2000 | False |
I have used:
The website is under Mit license.