Skip to content

Timer para prática da técnica pomodoro com histórico de sessões passadas.

Notifications You must be signed in to change notification settings

Pdro-marqss/ignite-timer

Repository files navigation

AboutFeaturesHow to run the applicationTechs used


About

Ignite-timer is a tool to apply the pomodoro technique with history of past activities.

This project was developed during the Ignite Course from Rocketseat.


Features

  • Create a timer to apply the pomodoro technique
  • Interrupt timer any time
  • History with past timers and their status
  • Persist data in local storage

How to run the application

You will need to have Git and Node.js installed to run the project:

Running the app

# Clone this repository
$ git clone https://github.com/Pdro-marqss/ignite-timer.git

# Access the project folder in your terminal
$ cd ignite-timer

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run dev

Techs used

Tools used in the construction of this project: