Focus Timer JS is a web application designed to help users manage their tasks and improve productivity using the Pomodoro technique. Users can add tasks, mark them as completed, and track time spent on focused work sessions.
- Add Tasks: Users can add tasks with a description.
- Task Management: Edit tasks, mark them as active or complete.
- Persistent Storage: Tasks are saved in the browser's localStorage, so they remain even after closing the browser.
- Interactive UI: Clickable tasks and buttons with real-time updates.
- Custom Events: Handles events such as session completion for interactive feedback.
- HTML5
- CSS3
- JavaScript (ES6+)
- localStorage API
- Open
index.htmlin a browser. - Click the "Add Task" button to add a new task.
- Use the task list to manage and edit your tasks.
- Tasks are automatically saved and restored on page reload.
Caio de Freitas Pinto