A simple Pomodoro Timer app built with Tauri and Next.js.
- Set custom timers for work, short breaks, and long breaks.
- Start, pause, and reset the timer.
- View study history, including total study hours and break hours.
- Customize timer settings.
Follow these instructions to get a copy of the project up and running on your local machine.
- Clone the repository:
git clone https://github.com/your-username/pomodoro-timer.git
cd pomodoro-timer
pnpm install
pnpm tauri dev
- Set the timer duration for work and break intervals.
- Start the timer and focus during work intervals.
- Track your study history and total study hours.
- Fork the repository.
- Create a new branch: git checkout -b feature/new-feature.
- Make your changes and commit: git commit -m 'Add new feature'.
- Push to the branch: git push origin feature/new-feature.
- Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Deepak Kumar


