This is a web application that generates the Akan name of users. 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.
# Akan Name Finder
##### By Steve Njenga Kariuki
## Table of Content
Description
BDD
Installation
Requirements
Technology Used
License
Author Info
## Description
The Akan people of Ghana frequently name their children after the day of the week they were born. These "day names" have further meanings concerning the soul and character of the person. This website generates a users Akan Name based on the date they input. It is written using HTML, CSS and Javascript.
Live Link
## Behaviour Driven Development
1. 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"
2. Displays an Error Message if Date Input Left Blank
- INPUT: ""
- OUTPUT: "Displays Error Message"
3. Displays an Error Message if Gender Not Chosen
- INPUT: ""
- OUTPUT: "Display an Error Message"
4. Clears Form and Reset the Message on Click
- INPUT: "Click Reset Button"
- OUTPUT: "Clears and Resets the Form"
( back to top )
## Installation
To use the app, open the Github Pages link provided below on the README.
Follow the below steps to set up this application
* Step 1 : Clone this repository using **`
github.com`**, or download a ZIP file of the code.
* Step 2 : The repository, if downloaded as a .zip file will need to be extracted and opened
* Step 3 : Open the index.html file to view the application on a web browser.
## Requirements
A browser
( back to top )
## Technology Used
* HTML5.
* CSS.
* Javascript.
( back to top )
## Author Info
Github
( back to top )
## License
MIT License
Copyright (c) 2022 Steve Njenga Kariuki
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 s …