A simple, responsive web application that calculates a person's age in years, months, and days based on their date of birth.
This project allows users to input their birthdate and instantly see their exact age. It's a great mini-tool built using basic web technologies to practice date manipulation and real-time form handling.
- ๐ User can select any valid birthdate
- ๐ Calculates and displays age in years, months, and days
- โก Instant calculation with smooth UI
- ๐ฑ Responsive design for mobile and desktop
- ๐งฎ Validates input to avoid incorrect dates
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Clone the repository
git clone https://github.com/yourusername/age-calculator.git