The Akan people of Ghana frequently name their children after the day of the week they were born and the order in which they were born.This application gets the day you were born from your date of birth and establishes the corresponding Ghanaian name based on gender.
# AKAN-NAMES
Akan names are derived from Ghanian culture.
## Author
Joseph Mulama Tembu
## Description
The Akan people of Ghana frequently name their children after the day of the week they were born and the order in which they were born.This application should check whether the date and month entered is valid. if either of them is invalid, the user should be alerted and asked to enter a valid one.This application also should output to the user their Akan name depending on their gender. For example, if a user is male and the result of the calculation is 0, then the application should match that with Kwasi since Kwasi corresponds to Sunday which has an index 0. Hence the output the user will see should be something like “Your Akan name is Kwasi.
## How to set up/Installation Requirements
- In the terminal navigate to the directory you want the project to reside in e.g (cd ~/Desktop).
- Clone the project (git clonehttps://
github.com
-Navigate into the created folder (cd AKAN-NAMES)
- Open the project with a text editor eg atom OR visual studio code
## Second Method
- Download the project's zip files
- Extract it to a folder of your choice
- In a text editor open the project's folder
## Behaviour Driven Development (BDD)
The application should output to the user their Akan name depending on their gender and the day they were born.
| NAME | DAY OF BIRTH |
| ------- | ------------ |
| Kwasi | Sunday |
| Kwadwo | Monday |
| Kwabena | Tuesday |
| Akua | Wednesday |
| Yaa | Thursday |
| Afua | Friday |
| Ama | Saturday |
## Technologies Used
| Technology | Function |
| ---------- | ------------------------------------------- |
| HTML | Creating the webp ages |
| CSS | Styling the web pages |
| JAVASCRIPT | Making the project interactive |
| BOOTSTRAP | used to create modern website …