Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/husseinhareb/pomotauri
Pomodoro Timer with task management written in Tauri and React .
https://github.com/husseinhareb/pomotauri
pomodoro pomofocus react tauri
Last synced: about 14 hours ago
JSON representation
Pomodoro Timer with task management written in Tauri and React .
- Host: GitHub
- URL: https://github.com/husseinhareb/pomotauri
- Owner: husseinhareb
- License: mit
- Created: 2024-03-03T13:46:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T09:28:48.000Z (6 months ago)
- Last Synced: 2024-05-12T10:29:13.802Z (6 months ago)
- Topics: pomodoro, pomofocus, react, tauri
- Language: JavaScript
- Homepage:
- Size: 754 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomotauri
Pomotauri is a Pomodoro Timer Written in [Tauri](https://tauri.app/) Framework and [React](https://react.dev/) .Pomotauri is a simple productivity tool that helps you stay focused and manage your time effectively.
## Timers
![collage](https://github.com/husseinhareb/Pomotauri/assets/88323940/9f6cb9f4-8207-4502-bbdf-0f5e5a1c4a0d)It contains three types of timers (pomodoro, short break, long break), allowing you to easily switch between them and customize your work intervals according to your preferences.
## Settings
![settings-page](https://github.com/husseinhareb/Pomotauri/assets/88323940/de081024-dcc5-49e5-8cf8-4c06b309ad27)Simply set the duration for each Pomodoro session, short break, and long break, and the timer will notify you when it's time to switch tasks.
## Tasks
### Adding Tasks
Additionally, to the timer functionality, you can add tasks and set the expected time it would take you for each task.
![add-task](https://github.com/husseinhareb/Pomotauri/assets/88323940/0f6654a0-eb3b-4394-8b1b-5a1e025c5d32)### Managing Tasks
Each task has its own timer, which can tell you how much time you've been working on that task. You can simply pick the working task by clicking on it. Once it's done, you can check it off or delete it.
![task-page](https://github.com/husseinhareb/Pomotauri/assets/88323940/95da9620-00a6-4285-bad1-85cdf0cd2076)Stay organized, stay productive, and conquer your tasks with this customizable Pomodoro Timer.
### Getting Started
You can download the app from the release page or build it yourself
## Building Binaries
Follow these steps to build the app locally:1. **Clone the repository**:
```
git clone https://github.com/husseinhareb/Pomotauri
```2. **Install dependencies**:
```
cd Pomotauri/
npm install
```3. **Run the application**:
```
npm run tauri dev
```
4. **Build the application**:
```
npm run tauri build
```## Contributing
Contributions are welcome! If you'd like to contribute:
Fork the repository.
Create your branch: git checkout -b feature/YourFeature.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/YourFeature.
Submit a pull request.## Licence
This project is licensed under the [MIT License](https://github.com/husseinhareb/Pomotauri/blob/main/LICENSE).
## Inspiration
This software was highly inspired by [Pomofocus](https://pomofocus.io)