Select Language: English, Portuguese
This project want to register the next level week's studies by Rocketseat. The application was based on Pomodoro's method, using the pauses on the job's circles to do physical exercises and exercises to eyes relieve.
The project is hosted by Vercel and can be visited on Move.it
The following tools were used to build this project:
Before we get started, you need to check if you have on your PC the following tools: Git, Node.js. Beside that we recommend you have a good editor to work with the VSCode
# - Clone este repositório
$ git clone https://github.com/matheusazambuja/moveit
Install all the following project's dependencies to be able to start the application on your PC.
# - Yarn
yarn install
or
# - NPM
npm install
To start the application, use the following command:
# - If you have installed Yarn
yarn dev
# -If you have installed NPM
npm run dev
# or
npm dev
The application will run for pattern on route: localhost:3000
Made with ❤️ by Matheus Azambuja 👋🏿 contact me!