Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 10 days ago
JSON representation

Frontend application built during the Next Level Week - 04 event from RocketSeat

Awesome Lists containing this project

README

        

# 🎯 Moveit


Size

Last commit

License

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 desktop

## 📱 Moveit Mobile

Moveit mobile

## ⚙️ How to setup and run the project

### Setting the project

1. Clone the project

Using SSH

```shell
git clone [email protected]: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).