About • Layout • Tech • Author • License
Move.it is a React application that controls computer usage cycles. These cycles are 25 minutes based on the Pomodoro technique. There are people who spend 8, 10, 12 and even 16 hours in front of the computer without stopping, forget to stretch the joints of their arms and wrists or "rest" their eyes. This project aims to prevent these problems that many developers acquire.
you can view the original project layout through this link. Figma account is required to access it.
The following tools were used in the construction of the project:
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the App.
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature - Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature " - Submit your changes:
git push origin my-feature
Daniel Bastos
This project is under the license MIT.
