Time AI is a simple yet powerful web application designed to help users perform various time-related calculations efficiently. It provides features such as:
- Age Calculator – Find out how old you are in years, months, weeks, days, hours, and minutes.
- Add or Subtract Time – Add or subtract specific time units (years, months, weeks, days, hours, minutes) from a given date.
- Time Between Calculator – Calculate the exact duration between two dates and times.
This project was built using React.js for the frontend and is fully responsive across all screen sizes.
- 🕰 Age Calculation in multiple formats (years, months, days, etc.).
- ➕➖ Add/Subtract Time dynamically with an intuitive interface.
- 📅 Time Between Two Dates with accurate results.
- 📱 Fully Responsive – Works smoothly on desktop and mobile screens.
- 🎨 Sleek UI – A clean, modern, and easy-to-use design.
- Frontend: React.js, Tailwind CSS
- Date Management: Date-FNS
- UI Enhancements: React Datepicker, Custom CSS
frontend/
│── src/
│ │── components/ # React components (Header, Footer, Calculator, etc.)
│ │── pages/ # Page-level components
│ │── assets/ # Static assets (images, icons, etc.)
│ │── App.js # Main application file
│ │── index.js # Entry point of the app
│── public/ # Static public files
│── package.json # Dependencies and scripts
│── README.md # This file
Follow these steps to set up and run the project on your local machine.
git clone https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPOSITORY_NAME.git
cd frontendnpm installnpm startThis will launch the app at http://localhost:3000.
Contributions are welcome! If you'd like to improve the project, feel free to fork the repo, create a new branch, and submit a pull request.
This project is open-source and available under the MIT License.
🚀 Enjoy using Time AI and make your time calculations easier!