https://github.com/thiagonunesbatista/moveit
Frontend application built during the Next Level Week - 04 event from RocketSeat
https://github.com/thiagonunesbatista/moveit
javascript moveit next-level-week nextjs nextlevelweek nlw4 reactjs rocketseat
Last synced: 2 months ago
JSON representation
Frontend application built during the Next Level Week - 04 event from RocketSeat
- Host: GitHub
- URL: https://github.com/thiagonunesbatista/moveit
- Owner: thiagonunesbatista
- License: mit
- Created: 2021-02-23T16:42:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T03:20:50.000Z (almost 5 years ago)
- Last Synced: 2025-05-25T02:44:39.492Z (about 1 year ago)
- Topics: javascript, moveit, next-level-week, nextjs, nextlevelweek, nlw4, reactjs, rocketseat
- Language: TypeScript
- Homepage: https://moveit-thiago-nunes-batista.vercel.app
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎯 Moveit



It's an application developed during the Next Level Week - Edition 04 from [RocketSeat](https://rocketseat.com.br/). It's an event of one week where the challenge is to learn and [develop an application](https://www.figma.com/file/27Uy5iONgvh5dvLBRtRVNO/Move.it-1.0-Thiago-Nunes-Batista-Copy). In this app you will start a countdown and when the countdown finishes you will receive a challenge, a physical exercise for you to do and relax your muscles. If you complete the challenge you will receive experience that will help you to go to the next level.
## 👷 Technologies
This project was developed using the following technologies
- [NextJS](https://nextjs.org/)
- [ReactJS](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
## 🔗 Deploy
Deploy was made using [Vercel](https://vercel.com/). It's available [here](https://moveit-thiago-nunes-batista.vercel.app).
## 💻 Moveit Desktop

## 📱 Moveit Mobile

## ⚙️ How to setup and run the project
### Setting the project
1. Clone the project
Using SSH
```shell
git clone git@github.com:thiagonunesbatista/moveit.git
```
Or using HTTP
```shell
git clone https://github.com/thiagonunesbatista/moveit.git
```
2. Enter in the folder of the project
Using shell
```shell
cd moveit
```
3. Install all the project's dependencies
```shell
npm install
```
### Starting the project
1. Start the project
```shell
npm run dev
```
## 📝 License
This project is under the MIT [license](https://github.com/thiagonunesbatista/moveit/blob/main/LICENSE).