Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush259/age-calculator
This is a simple Age Calculator that allows users to calculate their age in the format of Years-Months-Days.
https://github.com/aayush259/age-calculator
Last synced: 9 days ago
JSON representation
This is a simple Age Calculator that allows users to calculate their age in the format of Years-Months-Days.
- Host: GitHub
- URL: https://github.com/aayush259/age-calculator
- Owner: Aayush259
- Created: 2024-02-28T06:58:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T15:32:43.000Z (9 months ago)
- Last Synced: 2024-03-07T16:45:44.032Z (9 months ago)
- Language: JavaScript
- Homepage: https://aayush259.github.io/Age-Calculator/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Age Calculator
This is a simple Age Calculator that allows users to calculate their age in the format of `Years-Months-Days`.## Features
- Clean and responsive design.
- Calculate age with simple User Interface.
- Uses CSS variables for easy color management.
- Mobile-friendly design with media queries.
- Custom form validation.## Technologies Used
- HTML5
- CSS3
- Vanilla JavaScript## Installation
Clone the repository:```bash
git clone https://github.com/Aayush259/Age-Calculator.git
``````bash
cd Age-Calculator
```
Open the index.html file in your web browser.## Usage
- Click on the input fields and enter your date of birth.
- Click on submit button icon.
- Get your age.## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue and submit a pull request.