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.
- 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.
- 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.
To run this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/debanshup/age-calculator
-
Install Dependencies: Make sure you have Node.js installed. Then run:
npm install [dependency]
-
Start the Application:
npm start
Contributions are welcome! Please fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the [LICENSE] file for details on the terms and conditions of the license.