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 generator
#### Version v1.0.0
#### By Alex Kiborgok
### Website built with HTML, CSS, Bootstrap, and JavaScript
## Table of Contents
+ Description
+ Setup Requirements
+ Technology Used
+ Reference
+ Licence
## Description
#### A program to generate "Akan" name when user enters their birthday and gender.
## Setup Requirements
### Local machine setup
* Clone this repository to your file system.
* Navigate to the cloned folder.
* Make sure you have access to the internet to load bootstrap.
* Open the index.html file from your preferred browser.
## Technology Used
* HTML - Used to build the structure of the page.
* CSS - Used to achieve the presentation and styling of the HTML tags.
* Bootstrap - Used to add more complex styles and responsiveness.
* JavaScript - To add interactivity to the website.
## Behaviour Driven Development
1. Form for Date and Gender input
* INPUT: "User birthday"
* INPUT: "User gender"
* OUTPUT: "User akan name"
2. Error message for Date input
* INPUT: ""
* OUTPUT: "Alert error"
3. Error message for Gender input
* INPUT: "none"
* OUTPUT: "Alert error"
4. Reset form inputs
* INPUT: Click submit button
* OUTPUT: Clear inputs
## Reference
* W3.schools.com
* Tutorials point
* MDN
#### Link to live site:
kiborgok.github.io
## Licence
Copyright (c) 2022 Click to view License
Go Back to the top