You can see the preview of this project here: https://moveit.jaquesboeno.dev/
Move.it is here to help you manage your time using the Pomodoro technique. Every 25 minutes, it sends you a notification reminding you to take a break and do some stretching, aiming to improve your mental and physical health, as well as your productivity!
- git
- node.js latest lts
- yarn or npm
# Clone the repository with this command
$ git clone https://github.com/JaquesBoeno/MoveIt-2.0.git
# Navigate to the project directory
$ cd moveit
# Install dependencies
$ yarn install
#or
$ npm install
# Start the application
$ yarn dev
# or
$ npm run dev
made with ❤️ by Jaques Boeno! 👋🏼 Get in touch!
Read the LICENSE.md file in the project's root.