This is a simple web application that calculates a person's age based on the selected birth date. It utilizes HTML, CSS, and JavaScript to create a user-friendly interface where users can select their birth date from a calendar icon and then click on a "Calculate" button to display their age.
- Select birth date from a calendar icon.
- Click on "Calculate" button to display age.
- HTML: Used for structuring the webpage.
- CSS: Used for styling the webpage.
- JavaScript: Used for implementing the age calculation logic and handling user interactions.
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser. - Select your birth date using the calendar icon.
- Click on the "Calculate" button to see your age displayed.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.