A web application that takes a user's birthday and determines the day of the week on which they were born, then outputs their Akan Name based on their gender.
## Author's info
Project by Austin Omondi. email at austinotieno364@gmail.com.
## Table of Contents
-Description
-Design and Demo
-Technologies Used
-Development
-Requirements
-License
## Description
A web application that takes a user's birthday and determines the day of the week on which they were born, then outputs their Akan Name based on their gender.
## Demo
Below is the link to the live demo
aust1inn.github.io
## Technologies Used
An HTML file was used to create the website
A CSS file was used to style and polish the website
A Javascript file was used to add functionality to the website
## Development
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
-Fork the repo
-Create a new branch (git checkout -b 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
## Requirements
You only need a mobile phone,desktop or a laptop with an internet connection
## License
Copyright (c) [2022] [Austin Omondi]
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 L …