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.
Este projeto foi desenvolvido com as seguintes tecnologias:
Deploy on Vercel
The Layout was developed by Tiago Luchtenberg, and you can access it on Figma
You should have:
- NodeJS
- Package manager (NPM ou Yarn)
## Clone this repository :floppy_disk:
$ git clone https://github.com/ojeffpinheiro01/moveit.git
## Access the project folder at the command prompt
$ cd moveit
## Install the dependencies
$ yarn install
or
$ npm install
## Run
### Run the application
$ yarn dev
or
$ npm run dev
## The app is running on port 3000 - go to <http:// localhost: 3000>
- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.
This project was developed with ❤️ by Jéferson Pinheiro, with the instructor Diego Fernandes during the Next Level Week #4 - Trilha ReactJS of Rocketseat 💜
If it helped you, give it ⭐, it will help me too 😉