This project is a simple and user-friendly web-based Age Calculator built using HTML, CSS, and JavaScript. It allows users to input their date of birth and calculates the exact age in years, months, and days.
Click to View
Replace this link with your GitHub Pages link if you publish it.
- Input your date of birth
- Age is calculated in:
- Years
- Months
- Days
- Handles invalid or empty input
- Clean and responsive UI
- HTML β Structure of the page
- CSS β Styling and layout
- JavaScript β Age calculation logic using
Dateobject