A simple web-based Age Calculator built using HTML, CSS, and JavaScript. It allows users to input their date of birth and calculates their current age based on the system date.
You can run this in GitHub Codespaces or any local web browser by opening the age_calculator.html file.
- User-friendly interface
- Accurate age calculation using JavaScript's
Dateobject - Instant result display without page refresh
βββ age_calculator.html # Main HTML file with embedded CSS & JavaScript
βββ README.md # Project documentation
- Open this repository in GitHub Codespaces.
- Use the terminal to serve the file:
python3 -m http.server
Click on the "Ports" tab and open the forwarded port to view the app in a browser.
HTML5
CSS3
JavaScript (Vanilla)
This project was developed for educational purposes and is not intended for commercial deployment without further development.