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.
When it reaches 0, the cycle ends and the user is given a challenge to complete. This challenge will be worth cumulative experience points.
When the experience points reach a certain number, the user increases his level.
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.
- Login system;
- Rank system about level of users;