Skip to content

RodrigoSaantos/move.it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move-it

Move.it | NLW#4

Application developed in the fourth edition of Rocketseat Next Level Week 💻🚀

ObjectiveTechnologiesUsageContributionAuthorDemoLicense

login
count home
challenge challenge2
leaderboard level.up

🚧 Move.it | NLW#4 ⏰📈 Loading... 🚧

🎯 Objective

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.

🛠 Technologies

The following tools were used in the construction of the project:

👷 Usage

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

🤝 Contribution

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.

💻 Author

Rodrigo Santos

By Rodrigo Santos 👋🏽 Find me:

Linkedin Badge | Gmail Badge

🎌 Demo

home completed

📝 License

This project is under the MIT license.