Skip to content

App to motivate developers to exercise more when coding. Made with React & Next.js

Notifications You must be signed in to change notification settings

diegodvv/moveit

Repository files navigation

🎾 Move IT

This project is from Next Level Week by Rocketseat. It consists of a pomodoro style timer that suggests exercises for the dev to do on the breaks, with a game like leveling system to bring extra motivation to users.

This was made as a way to study React's Context API and Next.js.

⚡ Demo

You can access it here! And even install it (it's a PWA)!

When you first use the app, you can start a countdown and code/work until it ends.

Starting Timer

When the countdown ends, you'll receive a web notification and a random exercise challenge to be followed. If you manage to complete the challenge, you are awarded with exp so that maybe you can level up!

Complete Challenge

Or, if you fail to accomplish the challenge, you don't get exp. Either way, the countdown resets, and you can start it again.

Fail Challenge

As you level up, you'll need more and more exp to reach the next level. Just like a real RPG game!

Level Up Experience

💻 Project's Techs

🚀 Run

  • Clone repository git clone <REPO_URL>
  • Install dependencies yarn install
  • Start server yarn dev
  • Open http://localhost:3000

About

App to motivate developers to exercise more when coding. Made with React & Next.js

Resources

Stars

Watchers

Forks