Project | Technologies | How to run
Move.it is a timer application in the Pomodoro format with a focus on a gamified experience.
You can check the application demo here!
Before starting, you need to have Git and Node installed on your machine.
- Clone this repo:
$ git clone https://github.com/marcelopajr/moveit-next.git
- Enter directory:
$ cd moveit-next
- Install dependencies:
$ npm install
- Launch the app:
$ npm start
Have fun!