Skip to content

debanshup/age-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age Calculator

This is a React-based Age Calculator application that calculates a person's age in years, months, days, hours, minutes, seconds, and milliseconds based on their date of birth. The application dynamically updates the age in real-time as the user enters their birth date.

Features

  • Real-Time Age Calculation: The application continuously updates the age every 1 ms once the user enters their date of birth.
  • Responsive Design: The interface is designed using Bootstrap, ensuring a responsive and user-friendly experience across different devices.
  • Error Handling: The application prompts the user to enter their date of birth if they attempt to calculate without input.

Technologies Used

  • React: JavaScript library for building the user interface.
  • Bootstrap: CSS framework for responsive design.
  • JavaScript: Logic implementation for age calculation.
  • CSS: Custom styling for additional enhancements.

Installation

To run this project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/debanshup/age-calculator
  2. Install Dependencies: Make sure you have Node.js installed. Then run:

    npm install [dependency]
  3. Start the Application:

    npm start
    

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the [LICENSE] file for details on the terms and conditions of the license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors