MESHACK KIMUTAI
This 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. The project is build using Javascript for fuctionality, CSS for styling and HTML for designing. It employs the use data types, Array, writing functions, control flow, and operators. |
Here is a working live link : https://kimutaimeshack.github.io/GhanianNaming_Determination/
- Text editor eg Visual Studio Code
- You need to have git installed. You can install it with the following command in your terminal
(
sudo apt install git-all
)
To access this project on your local files, you can clone it using these steps
- Open your terminal
- Use this command to clone (
git clone https://github.com/kimutaimeshack/GhanianNaming_Determination.git
) - This will clone the repositoty into your local folder
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b contribute-to-mesh
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'contribute-to-mesh'
) - Push to the branch (
git push origin contribute-to-mesh
) - Create a Pull Request
- HTML
- CSS
- Javascript
This project is under:
The MIT licence
Click Here to view the LICENSE