Application developed in the fourth edition of Rocketseat Next Level Week 💻🚀
Objective • Technologies • Usage • Contribution • Author • Demo • License
Track your time, be more productive and take care of your health. Move.it was developed for time management, as in the pomodoro technique, dividing the work into 25 minute periods. After that time it releases a challenge, which is some stretching for the body or exercise for the eyes. Each challenge has its xp points and, accumulating the points you level up.
The layout of original move.it is available here.
The following tools were used in the construction of the project:
Required! Install git, node and yarn (or npm).
# Clone Repository
$ git clone https://github.com/RodrigoSaantos/move.it.git
# Go to server folder
$ cd move.it
# Install Dependencies
$ yarn
# or
$ npm install
# Run Aplication
$ yarn dev
# or
$ npm run dev
# Access localhost
http://localhost:3000
This project is for study purposes too. All kinds of contributions are very welcome and appreciated!
- 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
.
By Rodrigo Santos 👋🏽 Find me:
This project is under the MIT license.