/moveit-next

⏲️ Pomodoro application with a gamified experience

Primary LanguageTypeScript

Move.it

Project   |    Technologies   |    How to run

Move.it

💻 Project

Move.it is a timer application in the Pomodoro format with a focus on a gamified experience.

You can check the application demo here!

🔧 Technologies

😊 How to run

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!