Skip to content

vishnurp3/age-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Calculator

View the Age Calculator on GitHub Pages

This is a simple Age Calculator web application. Users can enter their date of birth and calculate their age in years, months, and days.

Features

  • Calculate age in years, months, and days
  • Prevent selection of future dates
  • Responsive design

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Flatpickr (for date picker)

Installation

  1. Clone the repository:
    git clone https://github.com/vishnurp3/age-calculator.git
    
  2. Open the index.html file in your web browser.

Usage

  1. Enter your date of birth.
  2. Click the "Calculate Age" button to see your age.