https://github.com/hashirmeraj/age-calculator
This project is a simple Age Calculator web application that calculates age based on the user's date of birth.
https://github.com/hashirmeraj/age-calculator
age-calculation age-calculator calculator-application css html javascript web webdevelopment
Last synced: 2 months ago
JSON representation
This project is a simple Age Calculator web application that calculates age based on the user's date of birth.
- Host: GitHub
- URL: https://github.com/hashirmeraj/age-calculator
- Owner: hashirmeraj
- Created: 2024-08-23T05:37:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T14:10:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T06:12:43.504Z (over 1 year ago)
- Topics: age-calculation, age-calculator, calculator-application, css, html, javascript, web, webdevelopment
- Language: CSS
- Homepage: https://hashirmeraj.github.io/age-calculator/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Calculator
This project is a simple Age Calculator web application that calculates age based on the user's date of birth.
## Project Files
- **`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.
## How to Use
1. **Clone the Repository**:
```bash
git clone https://github.com/hashirmeraj/age-calculator
```
2. **Navigate to the Project Directory**:
```bash
cd age-calculator
```
3. **Open `index.html`** in your web browser.
## How It Works
- Enter your date of birth in the input field.
- Click the "Calculate Age" button to see your age.