This project is a simple Age Calculator web application that calculates age based on the user's date of birth.
index.html
: Contains the HTML structure for the Age Calculator.styles.css
: Contains the CSS styles for the Age Calculator.script.js
: Contains the JavaScript code for calculating age.
-
Clone the Repository:
git clone https://github.com/hashirmeraj/age-calculator
-
Navigate to the Project Directory:
cd age-calculator
-
Open
index.html
in your web browser.
- Enter your date of birth in the input field.
- Click the "Calculate Age" button to see your age.