Clock App is a modern, feature-rich application that provides essential time management tools such as Time Zones, Timer, Stopwatch, and Alarms. Built with React and Vite, this app leverages modern UI components, Tailwind CSS, and a CI/CD pipeline for automated deployment.
- Time Zones: Track and manage time across different regions.
- Timer: Set and manage countdowns effortlessly.
- Stopwatch: Precision time-tracking for tasks and activities.
- Alarms: Schedule alarms with a sleek, intuitive UI.
- Modern Design: Built with ShadCN and Tailwind CSS for a beautiful, responsive UI.
- Fast Development: Powered by React, Vite, and pnpm for efficient development and builds.
- Day.js Integration: Simplifies date and time manipulation.
- CI/CD: Integrated workflows for continuous integration and deployment.
Follow these steps to run the Clock App locally:
- Clone the Repository:
git clone https://github.com/maxh1t/clock-app.git
cd clock-app- Install Dependencies:
Make sure you have pnpm installed globally.
pnpm install- Run in Development Mode
pnpm dev- Open in Browser:
Visit http://localhost:5173 to view the app.