This application is a web application which a can help people know their Akan names depending on their day, week and year of birth. (last updated 5th march, 2021)
This application serves a web application for taking a users birthday and calculating the day of the week that one is born.It laiter identifies the Akan name of the person depending on their gender.Basically, the "Akan names" are names derived from Ghana, whereby this culture involves giving their children names depending on the day of the week that they were born.Therefore by using this application one will be able to identify their Akan name depending on the Ghanian culture.
- Created a github repository for the application
- Cloned it to my local device
- Developed the project folders and files
- The directories I developed include css, js images, readme.md, licence and the index. html file
- Created a branch of the main repository known as Akan
- Developed my codes in html
- Develeoped functionality using js
- Styled using css and boostrap
- Merged the branch repository with main branch
- Find the century of the year of birth .input year sliced to centry
- Input the yeaa of birth slice and become z2 digit number e.g year 2022 sliced to 22
- Input the month of birth e.g 08 or 12 while the output remains 2 digits
- select the gender input and the output is either female or male
- submit input and the application does calculation and bring the result as the output. i.e it brings out the name of the day you were borsn and your Akan name as the output
- Incase of empty entry following d<=0) or (d>31) for a day and (m<= 0) or (m > 12) for a moth the outputs alerts invalid
- gender=female
- date input=25
- month input=8
- year input 98
- century input=19
You were born on tuesday So Your name Ghanian Akan name is Abenaa
Some output are not accurate enough as expected
- HTML
- JAVASCRIPT
- GITHUB
- CSS
https://agneskoinange.github.io/Ghanian-Akan-Names/
If you have any questions, concerns or comments regarding my portfolio, please contact me through koinangeagness@gmail.com
MIT licence
Copyright (c) 2022 Agnes Koinange
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 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2022 Agnes Koinange