This is a simple Age Calculator web application built while following the Great Stack tutorial on YouTube. It allows users to enter their date of birth and calculates their age in years, months, and days. It also estimates how many days, weeks, and months are left assuming a lifespan of 100 years.
- Input field for selecting date of birth.
- Displays age in years, months, and days.
- Shows estimated time left to reach 100 years in days, weeks, and months.
- Built with HTML, CSS, and JavaScript.
- Clone or download this repository.
- Open
index.htmlin your web browser.
- Tutorial by Great Stack (YouTube channel).
This project is for learning purposes.