Skip to content

This repository was created to store the "Move It" project, carried out during "Next Level Week #4". It was a week of a lot of content focused on React, Next and TypeScript, where I was able to learn a lot. This application was created with the intention of helping students to take care of their bodies and eyes.

License

Notifications You must be signed in to change notification settings

MatheusFoganholo/move-it

Repository files navigation

move-it 🏋🏼‍♂️

This is a simple project, created during "Next Level Week #4 by @Rocketseat". It is an application based on the pomodoro method for study. After completing the 25-minute cycle, you must take a challenge to help your body and eyes. Upon completing the challenges, you gain experience and can level up.
Note: this is a desktop application that is not responsive, that is, it will only work properly on large monitors.

image

To test the application on the web, click here.

To use and test the application locally, you must initially clone / download it.
After that you must open the terminal in the root folder of the application by typing:

cd move-it-master

After that, you will have to install the project's dependencies, using the following command:

npm install

Or:

yarn install

Then, we will start the application to run it locally, by typing:

npm run dev

Or:

yarn dev

Ready! The application will be running on the port:

http://localhost:3000/

Hope you like it! Any criticism or suggestion is welcome!


Português/Portuguese (PT-BR)

Este é um projeto simples, criado durante a "Next Level Week #4 da @Rocketseat". Trata-se de uma aplicação baseada no método de pomodoro para estudo. Após completar o ciclo de 25 minutos, você deve realizar um desafio para auxiliar na saúde do corpo e dos olhos. Ao completar os desafios, você ganha experiência e poderá subir de nível.
Observação: essa é uma aplicação desktop que não é responsiva, ou seja, só funcionará adequadamente em monitores grandes.

Para testar a aplicação na web, clique aqui.

Para utilizar e testar a aplicação localmente, você deve inicialmente cloná-la/baixá-la.
Após isso você deve abrir o terminal na pasta raiz da aplicação digitando:

cd move-it-master

Após isso, você terá que instalar as dependências do projeto, utilizando o seguinte comando:

npm install

Ou:

yarn install

Em seguida, iremos iniciar a aplicação para rodá-la localmente, digitando:

npm run dev

Ou:

yarn dev

Pronto! A aplicação estará sendo executada na porta:

http://localhost:3000/

Espero que gostem! Qualquer crítica ou sugestão é bem vinda!

About

This repository was created to store the "Move It" project, carried out during "Next Level Week #4". It was a week of a lot of content focused on React, Next and TypeScript, where I was able to learn a lot. This application was created with the intention of helping students to take care of their bodies and eyes.

Topics

Resources

License

Stars

Watchers

Forks