Preview | Technologies Used | How to run the project | How to contribute | License
Time management application like the pomodoro - the technique consists of using a stopwatch to divide the work into periods of 25 minutes, separated by brief intervals. For each 25 minutes completed cycle, the user will receive a challenge, which consists of performing a physical exercise to exercise, and if completed, will level up.
- React.js
- TypeScript
- Next
- CSS module
- Content API
- Cookie
- Clone this repository
git clone https://github.com/RuthMaria/moveit.git
- Install dependencies
yarn
- Run the project
yarn dev
- Fork this repository,
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. See the file LICENSE for more details.