The pomodoro tecnique + exercises = healthier
The move.it it's an app which combine the Pomodoro tecnique and exercise for those who expends too much time in the computer.
- React
- Next.js
- TypeScript
Here is a working live demo: https://moveit-next-alpha-silk.vercel.app
A few of the things you can do with move.it:
- See your current experience
- How many xp you need to the next level
- How many challenges you have completed so far
- Your current level
- Countdown
- Challenge that you need complet to earn the xp
- LevelUp modal
- New challenge notification
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone github.com/ardotheedu/nlw-4-moveit
# Go into the repository
$ cd nlw-4-moveit
# Install dependencies
$ yarn
# Run the app
$ yarn dev
Open http://localhost:3000 with your browser to see the result.