Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauraatenciob/pomodoro-timer
Timer using Pomodoro method.
https://github.com/lauraatenciob/pomodoro-timer
freecodecamp-project pomodoro-clock pomodoro-technique pomodoro-timer
Last synced: about 2 months ago
JSON representation
Timer using Pomodoro method.
- Host: GitHub
- URL: https://github.com/lauraatenciob/pomodoro-timer
- Owner: lauraatenciob
- Created: 2024-02-09T21:28:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-09T21:40:24.000Z (11 months ago)
- Last Synced: 2024-02-09T22:35:57.516Z (11 months ago)
- Topics: freecodecamp-project, pomodoro-clock, pomodoro-technique, pomodoro-timer
- Language: JavaScript
- Homepage: https://lauraatenciob.github.io/pomodoro-timer/
- Size: 490 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro Timer
This is an application to help you focus on any task you are working on, such as study, writing, or coding. This app is inspired by the Pomodoro Technique that uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. This is one of the projects in the Frontend Development Libraries certification program at FreeCodeCamp. This application was released to production using Github Pages. You can see a preview in this [link](https://lauraatenciob.github.io/pomodoro-timer/).
## Used technologies
This project was developed with React JS.
For development purposes, you can create a fork of this repo and run npm install, and then npm starts to launch the development server at localhost:3000.