Skip to content

A simple web application that generates Akan names for users and shows the day of the week which they were born.

License

Notifications You must be signed in to change notification settings

BrianMwevi/akanNames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

akanNames

Description

akanNames is a web application that generates an Akan names for users. The user provides date of birth and gender through a user form and it displays the Akan name corresponding to the day of the week the user was born. Often in Ghanian culture, children are given Akan names which corresponds to the day of the week which they were born. Akan name is usually the first name. Figma Design

landing.png error.png

Technologies Used

  • HTML & CSS
  • FontAwesome Icons
  • JavaScript
Setup Instructions and Installation
  • Clone this repository to a location in your file system. git clone https://github.com/BrianMwevi/akanNames.git
  • Open terminal command line then navigate to the root folder of the application. cd akanNames
  • Open index.html on your Browser.

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 is a future date
    • INPUT: "Future Dates"
    • OUTPUT: "Unborn person"
  3. Displays an Error Message if Gender Not Chosen
    • INPUT: ""
    • OUTPUT: "You must select your gender"
  4. Resets Form Input Upon Successful Data Validation
    • INPUT: "Clicks Submit Button"
    • OUTPUT: "Resets Form and Displays Akan Name and Day of Week"

Development

Want to contribute? Awesome!!

To fix a bug or modules enhancement, follow these steps:

  • Fork the repo
  • Create a new branch (git switch -c improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

Known Bugs

If you find any bug, open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Include sample queries and their corresponding results.

License

MIT Licence Copyright (c) 2022 Brian Mwevi

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: Read More

Go Back To Top

About

A simple web application that generates Akan names for users and shows the day of the week which they were born.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published