A simple Age Calculator web app made with HTML, CSS, and JavaScript that calculates your age based on your birthdate.
You can try the Age Calculator live by clicking the link below:
- Input your date of birth.
- Displays your age in years, months, and days.
- HTML for page structure.
- CSS for styling the interface.
- JavaScript for calculating and displaying the age.
If you'd prefer to use the app locally, follow these steps:
- Clone the repository or download the ZIP file.
- Open
index.html
in any browser. - Enter your birthdate in the provided input field.
- Click "Calculate" to see your age!
Feel free to fork the repository and submit a pull request for improvements or fixes.