View the app: Live Demo
Simple web app built with React, Typescript, and Tailwind to calculate different units of time between two dates or times.
- Responsive design
- Dark mode
- Vite
- React
- TypeScript
- TailwindCSS
- Clone the repo:
git clone https://github.com/blsmxiu47/time-since.git
- Install dependencies:
npm install
- Run the app:
npm run dev
- Open your browser to:
http://localhost:5173
- Add a RESET button to reset the start and end dates and times to the default values
- Round time units or add a toggle to round time units
- Add commas to large output numbers
- Replace alert with error message modal or similar UI component