/move-it

Application for pomodoro technique users. It was developed at NLW, an event promoted by @Rocketseat

Primary LanguageTypeScript

Move-it!

Move-it is an application that will be useful for users of pomodoro technique. More details about this technique read this.

The application contains a countdown that starts in 25 minutes.

image

When it reaches 0, the cycle ends and the user is given a challenge to complete. This challenge will be worth cumulative experience points.

image

When the experience points reach a certain number, the user increases his level.

image

Getting Started

After cloning this repository, run this command inside the root directory of this project for install all dependencies:

# to npm users
npm install
# to yarn users
yarn

Finally, run the application:

# for npm users
npm run dev
# for yarn users
yarn dev

Open http://localhost:3000 with your browser to see the application.

Future Developments

  • Login system;
  • Rank system about level of users;