Akan name website is a web application that takes a user's birthday and calculates the day of the week they were born and then depending on their gender outputs their Akan Name. 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-Name
Akan name website is a web application that takes a user's birthday and calculates the day of the week they were born and then depending on their gender outputs their Akan Name.
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.
## BDD
| Problem to be handled | Input (Gender) | Input (Date Of Birth) | Output(Akan-name) |
| -----------| -----------| ----------- | ----------- |
| Find akan name| Female | 19-8-2020 | Akua |
| Find akan name| Male | 19-8-2020 | Kwaku |
## Demo
Here is a working live demo :
medad8.github.io
## Mobile support
The Akan-Name is compatible with devices of all sizes and all OS's, and consistent improvements are being made.
## Usage
### Development
Want to contribute? Awesome!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (`git checkout -b improve-feature`)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (`git commit -am 'Improve feature'`)
- Push to the branch (`git push origin improve-feature`)
- Create a Pull Request
## Built with
- HTML - HTML tutorial.
- CSS - css tutorial.
- Javascript - javascrit tutorial.
## Author
- Medad Otieno
## License
MIT
© Medad Otieno