Skip to content

r00kieAd/AgeCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Calculator

 

Age Calculator

Github top language Github language count Repository size License


About   |   Features   |   Technologies   |   Requirements   |   License   |   Author


🎯 About

This is a Age Calculator Web App. This Web app tells you your age as per your Date of Birth precisely in Years, Months and Days.

✨ Features

  1. This App will ask you your birthdate or any date you choose to enter in DD MM YYYY format.
  2. For validation, it will first check if all the inputs are entered.
  3. After receiving inputs and upon clicking the submit button (purple down arrow), it will validate your inputs based on real date data.
  4. Error will be thrown if Day depending upon the month is not in range 1-28, 1-29, 1-30 or 1-31.
  5. Error will be thrown if Month is not in range 1-12.
  6. For Year, the preferred range is 1000 till last year Text display for year will have shadow around to distinguish it from others.
  7. For Error, input boxes will be colored red and won't change their appearance until error is corrected.
  8. An Error message will be displayed depending upon the error below each input boxes.
  9. Has a different layouts for mobile screens, tablets and Desktop.

🚀 Technologies

The following tools were used in this project:

✅ Requirements

No Extra Requirements other than making sure that your browser has load scripts option enabled.

📝 License

This project is under license from FrontEnd Mentor and Adhyatma Dwivedi.

Made with 💻: by Adhyatma Dwivedi

 

Back to top