Based on the pomodoro technique, move.it aims to help people who stay in front of the computer for a long time and end up exercising, challenging the user in a fun way.
Move.it is an application that is being developed during the Next Level Week # 3 - ReactJs Trail - offered by Rocketseat.
- Start a 25 minute cycle.
- Abandon cycle.
- Fires a sound effect when the cycle comes to an end.
- Sends a notification when the cycle ends.
- Each cycle releases a new challenge.
- User earns XP for every challenge completed.
- User can level up.
The Layout was developed by Tiago Luchtenberg, and you can access it on Figma
You should have:
- NodeJS
- Package manager (NPM ou Yarn)
## Install the dependencies
$ yarn install
or
$ npm install
### Run the application
$ yarn dev
or
$ npm run dev
## The app is running on port 3000 - go to <http:// localhost: 3000> This project was developed with ❤️ by Jady Rufino, with the instructor Diego Fernandes during the Next Level Week #4 - Trilha ReactJS of Rocketseat 💜





