Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-pyne/pomo-timer
A web-based Pomodoro timer designed to help users maintain productivity by using the Pomodoro technique. It employs the concept of 25-minute focused work sessions, followed by 5-minute breaks. After four such intervals, a longer break is taken. This application is based off of an older version of my current pomo-collab project.
https://github.com/justin-pyne/pomo-timer
css html javascript
Last synced: 6 days ago
JSON representation
A web-based Pomodoro timer designed to help users maintain productivity by using the Pomodoro technique. It employs the concept of 25-minute focused work sessions, followed by 5-minute breaks. After four such intervals, a longer break is taken. This application is based off of an older version of my current pomo-collab project.
- Host: GitHub
- URL: https://github.com/justin-pyne/pomo-timer
- Owner: justin-pyne
- Created: 2023-09-16T09:05:27.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-16T09:08:40.000Z (over 1 year ago)
- Last Synced: 2023-09-16T19:33:12.686Z (over 1 year ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomo-timer
A web-based Pomodoro timer designed to help users maintain productivity by using the Pomodoro technique. It employs the concept of 25-minute focused work sessions, followed by 5-minute breaks. After four such intervals, a longer break is taken. This application is based off of an older version of my current pomo-collab project, which adds the potential for synchronized timer sessions, allowing friends or colleagues to work together in harmony.## Features:
- Pause & Reset: Any party can pause the timer or reset it to start afresh.
- Alerts: Notifications to inform the user when a session ends and a break begins.## Technologies Used:
- Frontend: HTML, CSS, and JavaScript.## How to Run:
1. Clone the repository:
- git clone pomodoro-collab2. Navigate to the project directory:
- cd pomodoro-collab3. Open a web browser and navigate to http://127.0.0.1:5000/ to view the application.