An application to help people make exercise during work/study.
Developed during the Next Level Week 4, created by Rocketseat.
Click here for a live version.
Features | About | Layout | Technologies | Running Locally | License
-
Exercise reminder: When the timer goes off, the user will hear an sound and a notification pop up (if receive notifications is accepted by the user), to remind then of practicing an physical exercise.
-
Level up!: This app has gamification to encourage the physical exercises.
-
Cookies: The level up progress is saved using cookies.
-
Random exercises: Every time the timer goes off, you are give a new exercise as challenge.
Next Level Week is a recurring online programming event made by the brazilian company Rocketseat. The event only last one week, with all it's content being deleted after that period, to avoid procrastination, since you must finishes it in one week. Each event focus on different aspects of the proposed language/framework. Click here to know more.
You can click here to see the layout on Figma, or here to copy it to your own figma. The layout was made by Tiago Luchtenberg
Technologies used in this project:
Libraries:
You must have Git, Node and Yarn (npm also works!) installed.
On your favorite terminal, run the following commands:
# Clone the repository
$ git clone https://github.com/LuanSergio/Move-It.git
# Navigate to the project folder
$ cd Move-It
# Install dependencies
$ yarn install
# Run the application locally
$ yarn dev
# Build the application for production
$ yarn build
This project is under the MIT license. Click here for more information.