Phocus
Phocus is a minimalist Pomodoro and focus management app built with Tauri, designed to help users boost productivity by balancing work and rest effectively.
I'm focusing on Window App.
Features
- 🌟 Pomodoro Timer: Set customizable work and break intervals.
- 📅 Focus Room: A distraction-free environment to stay concentrated.
- 🔔 Notifications: Alerts for session changes (work, short break, long break).
- 🎨 Sleek UI: Clean and user-friendly interface.
- âš¡ Lightweight: Built with Tauri, ensuring fast performance and minimal resource usage.
Installation
Prerequisites
Ensure you have the following installed:
Clone the repository
git clone https://github.com/datvn21/phocus.git
cd phocus
Install dependencies
pnpm install
Run the app
pnpm run tauri dev
Build
To build the app for distribution:
pnpm tauri build
The output will be in the src-tauri/target/release
directory.
Contributing
Contributions are welcome! Feel free to fork the repo, create a branch, and submit a pull request.
- Fork the repository.
- Create your branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.
License
This project is licensed under the MIT License.
Acknowledgments
- Thanks to the Tauri team for their amazing framework.
- Inspired by the concept of focused productivity and the Pomodoro technique.
Happy focusing! ✨