The TimeFlow App is a productivity tool based on the Pomodoro Technique, designed to help you stay focused and manage your work sessions effectively. The app allows you to set customizable session and break lengths, and it includes an alarm feature to notify you when a session is completed. This app is built using React and offers a user-friendly interface.
- Set customizable session and break lengths.
- Automatic switch between session and break modes.
- Play an alarm sound to signal the end of a session.
- Start, stop, and reset the timer.
- Increase break session duration after completing a set number of Pomodoros.
- Create Tasks and assign pomodoros to them (faulty)
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies:
npm install
- Start the app:
npm run start
- Open the app in your web browser (usually at http://localhost:3000).
- Adjust the session and break lengths as needed.
- Click the "Start/Stop" button to begin the timer.
- The timer will automatically switch between session and break modes.
- An alarm sound will play when a session is completed.
- Use the "Reset" button to reset the timer.
I started this project initially as part of the FreeCodeCamp Front End Libraries Certification. I later veered off to explore and add more features.
This project was inspired by the Pomodoro Technique, a time management method developed by Francesco Cirillo.
Want to be part of the Pomodoro revolution? Contribute to our app and help us make productivity stylish!
See our Contribution Guidelines to get started.
For a list of fantastic reasons to contribute, check out our Contributors Guide 🎉
This project is licensed under the MIT License. See LICENSE for more details