Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.78 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.78 KB

Age Calculator

An age calculator that allows users to input their date of birth and calculates their exact age in years, months, and days. Built with HTML, CSS, and JavaScript, this tool provides an easy and intuitive way for users to determine their age with precision.

Features

  • User-friendly Interface: Simple and clean design for easy navigation.

  • Accurate Calculations: Calculates age in years, months, and days based on the input date of birth.

  • Responsive Design: Works well on various devices and screen sizes.

  • Live Demo

Check out the live demo of the Age Calculator: Age Calculator

How to Use

  1. Clone the repository to your local machine:
    git clone https://github.com/mathewjosephta/age-calculator.git
  2. Navigate to the project directory:
    cd age-calculator
  3. Open index.html in your web browser:
    open index.html
  4. Enter your date of birth in the provided input field.
  5. Click the "Calculate" button to see your age in years, months, and days.

Technologies Used

  • HTML5 for the structure of the app.
  • CSS3 for styling and layout.
  • JavaScript for handling the date calculations and user interactions.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries, please contact [email protected].


You can customize the "Contributing" and "Contact" sections as per your preferences. If you have any additional features or want to include screenshots, you can add those to the README as well!