About • Features • How to run the application • Techs used
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.
- Create a timer to apply the pomodoro technique
- Interrupt timer any time
- History with past timers and their status
- Persist data in local storage
You will need to have Git and Node.js installed to run the project:
# 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
Tools used in the construction of this project: