Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.