/Age-Calculator

This Age Calculator project is a simple web application that allows users to input their birthdate, and it calculates their age in years, months, and days

Primary LanguageCSS

Age Calculator

This Age Calculator project is a simple web application that allows users to input their birthdate, and it calculates their age in years, months, and days. The project includes an HTML file for the user interface, a CSS file for styling, and a JavaScript file for the logic.

Challenge from Frontend Mentor

Frontend Mentor

This project is a solution to the Frontend Mentor challenge for the Calculator app.

Overview

Calculator-Age Overview

Features

  • User-friendly interface with input fields for day, month, and year.
  • Validation checks for valid day, month, and year entries.
  • Calculation of age in years, months, and days.

Usage

  1. Open the HTML file in a web browser.
  2. Enter your birthdate details in the input fields.
  3. Click the "Calculate" button to see your age.

Author