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.
HTML CSS bootsrap javascript
You have to enter your birth details in the calendar format (mm/dd/yy). You will input your details by typing or by clicking on the provided calender. Secondly ,you need to choose your gender either Male or Female field provided since your akan name will be outputed only when you have provided the gender and your valid dates so you need to understand that the gender section is important. -The submit button is the part where your input or your details have been feed to the application and then it display or output your Akan name and the day your were born in case you forget to choose the gender or the correct date aprompt message will appear to inform you to input the correct details.
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"
<<<<<<< HEAD
=======
ef522bf5e208611a7ad917a1cafa6675db80e98b
Clone this repository to a location in your file system. git clone https://github.com/josphat-mwangi/Akan-Names.git Open terminal command line then navigate to the root folder of the application. cd Akan-Names Open index.html on your Browser.
Josphat mwangi phone number : 0791552126
MIT Copyright (c) 2020 Josphat Mwangi
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:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.