A simple web-based Age Calculator application built using HTML, CSS, and JavaScript.
This Age Calculator allows users to calculate their age based on the input of their birthdate. It displays the number of years, months, and days since their birthdate.
- Input field to enter the birthdate
- Button to calculate the age
- Display of the calculated age (years, months, days)
- Error handling for empty input
To run this project locally, follow these steps:
- Clone this repository.
- Open
index.html
in your web browser.
The application is designed to be responsive and optimized for different screen sizes, including desktops, tablets, and mobile devices.
Include a link to the live demo of the Age Calculator hosted on GitHub Pages.
Contributions are welcome! If you find any issues or want to enhance the application, feel free to open an issue or submit a pull request.