A simple web application that calculates a person's age based on their date of birth.
- Allows users to enter their year, month, and day of birth
- Calculates the user's age in years
- Displays the calculated age on the page
-
Clone the repository:
git clone https://github.com/HermelaDemeke/CodeAlpha.git -
Navigate to the project directory:
cd Calculator -
Open the
index.htmlfile in your web browser. -
Enter your year, month, and day of birth, then click the "Calculate Age" button.
-
The calculated age will be displayed on the page.
index.html: The HTML file that contains the structure of the web page.styles.css: The CSS file that styles the web application.script.js: The JavaScript file that handles the functionality of the Age Calculator.
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.