This is a simple age calculator web application that calculates your age based on the input date.
- HTML
- CSS
- JavaScript
- Allows users to input their birthdate.
- Calculates the age in years, months, and days.
- Alerts the user if the input date is in the future.
- Clone the repository to your local machine.
- Open index.html in your web browser.
- Input your birthdate.
- Click the "Calculate" button.
- The calculated age will be displayed.