LauretteMongina / Laurette_akan

A project on Akan name generator, where a user inputs their birthdate and selects gender, and an African Ghanaian name is generated.

Home Page:https://laurettemongina.github.io/Laurette_akan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AKAN_NAME GENERATOR

It's about an Akan name generator. A user inputs their birth date and a name is generated for them in Ghanaian culture.

Akan_Name

Akan name generator is a project based on Ghanaian culture. A user inputs their birthdate, and a name is generated for them depending on the day they were born. We have a landing page that has a short description on the akan naming system and then a form page where user inputs their date and selects gender. Below are the list of names Male

  • Sunday: Kwasi
  • Monday: Kwadwo
  • Tuesday: Kwabena
  • Wednesday: Kwaku
  • Thursday: Yaw
  • Friday: Kofi
  • Saturday: Kwame
Female
  • Sunday: Akosua
  • Monday: Aduowa
  • Tuesday: Abenaa
  • Wednesday: Akua
  • Thursday: Yaa
  • Friday: Afua
  • Saturday: Ama

Getting Started

Getting Started

Requirements

  • A code editor(vscode)
  • A github account
  • Internet.

Setup/Installation

  • Clone this repository to your machine
  • Navigate to the top level of your directory.
  • Open the index.html in your browser
## BDD
  • A form where a user inputs their birthday
  • If the date is less than 0 or greater than 31, the form will not submit and will alert user of an error
  • If the month is greater than 12 or less than 1, the user will be alerted of an error
  • else if, after checking the gender and submitting the form, user is alerted of their Akan name and the day they were born. Afterwards, the form resets

Known Bugs

None. Website runs well.

Technologies Used

I used HTML,CSS and Java Script to create this akan name generator. HTML for the structure and css for the styling. Javascript to validate the form and bootstrap for the grid system and button classes. I used vscode as my code editor and deployed on Github.

Support and contact details

In case of any issues or you have question, concerns, ideas to implement and contributions, be sure to reach out to me via email (monginalaurette@gmail.com). Any contributions will be highly appreciated.Pull requests are highly welcome.

License

[MIT]. Copyright (c) 2021 by Laurette Mong'ina.

About

A project on Akan name generator, where a user inputs their birthdate and selects gender, and an African Ghanaian name is generated.

https://laurettemongina.github.io/Laurette_akan/

License:MIT License


Languages

Language:HTML 50.6%Language:JavaScript 43.2%Language:CSS 6.2%