Skip to content

Latest commit

 

History

History
77 lines (52 loc) · 1.78 KB

README.md

File metadata and controls

77 lines (52 loc) · 1.78 KB

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: