A productivity timer that combines the Pomodoro Technique with a distinctive steampunk aesthetic. This project creates an immersive focus environment using mechanical visuals, making time management a bit more engaging.
- Customizable Timer: Set your own focus, short break, and long break durations.
- Atmospheric Design: Visuals inspired by brass gears, steam gauges, and Victorian machinery.
- Responsive Layout: Works seamlessly on desktop and mobile devices.
Built with modern web technologies:
- React: For component-based UI architecture.
- Vite: For fast development and optimized production builds.
- Tailwind CSS: For utility-first styling and theming.
-
Clone the repository
git clone https://github.com/Tristan578/steampunk-pomodoro.git cd steampunk-pomodoro -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser to the local URL provided in the terminal (usually
http://localhost:5173).