thalesmacena / moveit

An application made in next to help developers to have good habits and be productive

Home Page:moveit-one-sand.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ—‚ Table of contents

πŸ“‘ About

Moveit is an application focused on the pomodoro technique, many people spend a lot of time in front of the computer and do not stretch or rest their vision. Thinking about it the application has a timer and several exercises based on renowned books and websites, to increase productivity without jeopardizing health and well-being.

The application is built with React using next.js framework, and the native hooks API. It was presented and built during the Next Level Week given by Rocketseat.

πŸ•΅οΈβ€β™‚οΈ View the Project

There is a version of the application running on Vercel, you can check it by clicking here Move.it

πŸ’» Technologies

Yarn

React

Next.js

Styled Components

✨ Installation

Open a terminal and run the following commands:

# To copy this repository
git clone https://github.com/thalesmacena/moveit.git

# To move to project directory
cd moveit

# To install the dependencies
yarn

πŸ”₯ Running

You can run the application in development mode with the command:

# To run
yarn dev

Or run in production with the commands:

# To build
yarn build

# To run
yarn start

The application will run on localhost:3000

About

An application made in next to help developers to have good habits and be productive

moveit-one-sand.vercel.app

License:MIT License


Languages

Language:TypeScript 69.3%Language:CSS 30.7%