Skip to content

# Time Calculator App A React-based Time Calculator that allows users to: - Calculate Age from a Date of Birth. - Find the difference between two dates and times. - Add or subtract time from a given date. This project is built using **React.js** and styled with **Tailwind CSS**.

Notifications You must be signed in to change notification settings

Dheyhasan/time-calculator

Repository files navigation

Time AI - Time Calculation Web App

🕒 About the Project

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.


🚀 Features

  • 🕰 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.

🛠️ Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Date Management: Date-FNS
  • UI Enhancements: React Datepicker, Custom CSS

📂 Project Structure

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

⚡ Getting Started

Follow these steps to set up and run the project on your local machine.

1️⃣ Clone the Repository

git clone https://github.com/YOUR_GITHUB_USERNAME/YOUR_REPOSITORY_NAME.git
cd frontend

2️⃣ Install Dependencies

npm install

3️⃣ Start the Development Server

npm start

This will launch the app at http://localhost:3000.


🤝 Contributing

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.


📝 License

This project is open-source and available under the MIT License.


🚀 Enjoy using Time AI and make your time calculations easier!

About

# Time Calculator App A React-based Time Calculator that allows users to: - Calculate Age from a Date of Birth. - Find the difference between two dates and times. - Add or subtract time from a given date. This project is built using **React.js** and styled with **Tailwind CSS**.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published