Poumodoro is a React-based productivity tool that leverages the Pomodoro technique to manage focused work sessions. It features ambient sound control, notifications, and a sleek, responsive design.
- Manage work sessions using the Pomodoro technique.
- Ambient sound control with multiple selectable sound effects.
- Toggle mute/unmute functionality.
- Notifications to signal session transitions.
- Responsive and minimal design optimized for all devices.
v1.0.0
Initial release with Pomodoro functionality, ambient sound control, and notifications.
Clone the repository:
git clone https://github.com/your-username/poumodoro.gitNavigate to the project folder:
cd poumodoroInstall dependencies:
npm installStart the development server:
npm startThe application will be available at:
http://localhost:3000
To build the app for production:
npm run buildPoumodoro is automatically deployed via Netlify.
This project is licensed under the MIT License. See the LICENSE file for details.