Pomodoro management app
What Roadmap is this project for?
Frontend Roadmap
Project Difficulty
Intermediate
Add Project Details
Create a Pomodoro time-management app that tracks how many times you have used the timer. Use the local storage feature available in browsers to store the information.
can i solve this issue..?
@jaloplo lets add some more meat to this
Here it goes:
_It is a web app where users can manage time to focus. The time can be 5 or 30 minutes, depending on the user configuration. It also lets you manage the projects you want to focus on. So, you can configure your Pomodoro time for each of the projects. There is also a dashboard showing each of the projects and the Pomodoro times, and the whole time in hours you spend for each of them.
There is a feature that is the clock for the Pomodoro time you configured per project. So, you can activate it and spend time focusing on this project. At the end, the spent time must be saved.
The database must be the local storage of the browser._
Let me know if you need some more information.
I might take this on if no one else is. Qs:
- Is it a separate page or an add-on?
- What kinds of info are we storing? Only number of times used or are we also storing the time?
I might take this on if no one else is. Qs:
* Is it a separate page or an add-on? * What kinds of info are we storing? Only number of times used or are we also storing the time?
This is not something you can "take on", this is a Project submission for a project to be added to https://roadmap.sh/projects.
Hi I am new to this project so may I take up this issue?
Added to this pr - https://github.com/kamranahmedse/developer-roadmap/pull/7509