dun1-cmmd
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.
- Open terminal{Ctrl+Alt+T}
- git clone https://github.com/dun1-cmmd/Akan-Names.git
- cd Akan-Names
- code .
- HTML5
- CSS
- Javascript
- Bootstrap
- 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 Left Blank
- INPUT: ""
- OUTPUT: "Displays Error Message"
- Displays an Error Message if Gender Not Chosen
- INPUT: ""
- OUTPUT: "Display an Error Message"
- Clears Form and Reset the Message on Click
- INPUT: "Click Reset Button"
- OUTPUT: "Clears and Resets the Form"
-
git clone
git clone https://github.com/dun1-cmmd/Akan-Names.git
-
Set up the project locally (Refer to installation process)
-
Create a branch from develop
git checkout -b feature/<name-of-the-feature>
-
Work on the task and push your changes to github repo.
git add .
git commit -m "message"
git push origin feature
-
Open a Pull Request to develop and a provide a very detail description of your PR.
For more info refer Getting started with Git and Github
- Review open PRs
- Open an issue