Move.it is a pomodoro-like application which helps you to focus while gives you tasks for exercising yourself and levels you up if you complete them. It is basically a gamified pomodoro ๐ ๐น๏ธ.
It was initially created at the Rocketseat's Next Level Week #04 ๐.
- User authentication with Github
- User data storage with Fauna (serverless cloud database)
- Leaderboard page for ranking the best users
- Completely responsive
The following technologies were used to build this project:
To run this project you will need to have Node.js v12+, Yarn and Git installed on your computer. From your terminal, run:
# Clone this repo
$ git clone https://github.com/JoaoVSouto/move-it.git
# Go into app's folder
$ cd move-it/
# Install dependencies
$ yarn
# Create a .env file based on .env.example
$ cp .env.example .env
# Run the app on your localhost
$ yarn dev
๐ก To get the full features of the app, you must fill the .env file with the correct configuration.
If you don't want to have the app in your machine and just want to see it working simply go to https://move-it-joaovsouto.vercel.app/.
This project is under the MIT license. See the LICENSE for more information.
Carefully written by Joรฃo Vรญtor Souto ๐