Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.51 KB

Age Calculator

An age calculator is a simple age calculator tool that allows users to determine their age based on their date of birth. Try it live: https://age-calculator-kamaruddheens-projects.vercel.app/

How it works

The age is calculated by getting the difference between the current date and the entered birth date.

To handle leap years, the actual number of days in each month is calculated based on the birth year. The age is broken down into years, months and days.

Usage

To use the age calculator,

  1. Enter your date of birth using the date picker
  2. Click on "Calculate Age"
  3. Your age will be displayed below

Age Calculator Demo

Features

  • User-friendly interface with date picker
  • Calculates age in years, months and days
  • Handles leap years properly
  • Validates date input
  • Fully responsive design

Resources

Built With

License

This project is licensed under the MIT License