ChristYela / age-calculator-app

Age Calculator App: Challenge for FrontendMentor

Home Page:https://age-calculator-app-delta-indol.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Age Calculator App

This Age Calculator App project allows users to input their birthdate and calculates their age in years, months, and days. The project is based on a Frontend Mentor challenge.

Usage

  1. Open index.html in your preferred web browser.
  2. Enter your birthdate in the input fields.
  3. Click the "Calculate Age" button.
  4. View the calculated age in years, months, and days.

Validation

The app includes the following validations:

  • Day: Must be between 1 and 31, considering the number of days in the selected month.
  • Month: Must be between 1 and 12.
  • Year: Must be between 1900 and 2100 and considers leap years for accurate calculations.

Built With

  • HTML
  • CSS
  • JavaScript

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact

Cristian Yela

Project Link: https://github.com/ChristYela/age-calculator-app

About

Age Calculator App: Challenge for FrontendMentor

https://age-calculator-app-delta-indol.vercel.app

License:MIT License


Languages

Language:JavaScript 48.8%Language:HTML 26.8%Language:CSS 24.5%