https://github.com/anthgrim/pomodoro
https://github.com/anthgrim/pomodoro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthgrim/pomodoro
- Owner: anthgrim
- Created: 2022-07-02T22:49:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T22:55:37.000Z (over 3 years ago)
- Last Synced: 2024-12-28T13:40:28.418Z (about 1 year ago)
- Language: JavaScript
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Pomodoro App with React
## Description
This is a very simple pomodoro application using react components and hooks. The application consist on a Todo list where you can list your tasks and set a focus on it. Next to the too list, you'll have the pomodoro timer, where youcan start the session, and stop it. You can also configure the duration of your session by specifying the pomodoro break duration.

## How to run it
Simply make a fork of the repository, clone it into your machine and install the dependencies
## Coming up
- Update taks by marking it as completed and providing a list of completed tasks
- Expand the pomodoro sessions by providing the number of pomodoros you want to have in one task
- If the number of pomodoros are more than two, suggest a long break to the user after the second pomodoro
- Connect to MongoDb Database to keep track of your sessions and productity
### Author
Kevin Grimaldi