Skip to content

Move.it is an application that is based on the pomodoro technique, a time management method that promises greater performance and focus during your activity and work. In the application the user gains level when completing the challenges, thus being a good incentive for him to practice the pomodoro technique. The application was built using Next…

Notifications You must be signed in to change notification settings

viniciuspetrachin/Move-It-the-Pomodoro-App-using-Next.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stacks stacks stacks GitHub


About the project

Move.it is an application that is based on the pomodoro technique, a time management method that promises greater performance and focus during your activity and work. In the application the user gains level when completing the challenges, thus being a good incentive for him to practice the pomodoro technique. The application was built using Next.js, a framework based on React that allows modern solutions such as SSR (Server Side Rendering) ideal for SEO. The persistence of data in this application is made using cookies that allow the user not to lose all his data when reloading the page.

Content

Technologies used

  • React
  • Next
  • Typescript
  • JS cookie

How to execute the project

To execute the project, you'll need to have Node and NPM or Yarn installed to setup all the dependencies.

Installation - Front-end (Web)

In the project root folder:

npm install
npm run start

If you are using Yarn, use this:

yarn install
yarn start

If you want you can use the developer mode yarn dev

After completing the installation and running yarn start or npm run start the application will run in your browser.


Developed on Next Level Week from Rocketseat by Vinicius Petrachin

About

Move.it is an application that is based on the pomodoro technique, a time management method that promises greater performance and focus during your activity and work. In the application the user gains level when completing the challenges, thus being a good incentive for him to practice the pomodoro technique. The application was built using Next…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published