akanNames is a web application that generates an Akan names for users. The user provides date of birth and gender through a user form and it displays the Akan name corresponding to the day of the week the user was born. Often in Ghanian culture, children are given Akan names which corresponds to the day of the week which they were born. Akan name is usually the first name. Figma Design
- HTML & CSS
- FontAwesome Icons
- JavaScript
- Clone this repository to a location in your file system.
git clone https://github.com/BrianMwevi/akanNames.git
- Open terminal command line then navigate to the root folder of the application.
cd akanNames
- Open
index.html
on your Browser.
- Displays Form For Entering Date and Gender
- INPUT: "User's Birthdate Entered"
- INPUT: "User's Gender Entered"
- OUTPUT: "Displays User's Akan Name According to Submitted Date and Gender"
- Displays an Error Message if Date Input is a future date
- INPUT: "Future Dates"
- OUTPUT: "Unborn person"
- Displays an Error Message if Gender Not Chosen
- INPUT: ""
- OUTPUT: "You must select your gender"
- Resets Form Input Upon Successful Data Validation
- INPUT: "Clicks Submit Button"
- OUTPUT: "Resets Form and Displays Akan Name and Day of Week"
Want to contribute? Awesome!!
To fix a bug or modules enhancement, follow these steps:
- Fork the repo
- Create a new branch (git switch -c 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
If you find any bug, open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Include sample queries and their corresponding results.
Link to Live Site : https://brianmwevi.github.io/akanNames/
MIT Licence Copyright (c) 2022 Brian Mwevi
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Read More