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

https://github.com/edmilson-dk/move.it-nlw4

Move.it is an application developed in the Next Level Week, offered by Rocketseat, developed with ReactJS and NextJS with TypeScript.
https://github.com/edmilson-dk/move.it-nlw4

Last synced: 9 months ago
JSON representation

Move.it is an application developed in the Next Level Week, offered by Rocketseat, developed with ReactJS and NextJS with TypeScript.

Awesome Lists containing this project

README

          

# Move.it - Next Level Week #4


PRs welcome!
License
License
Stars
Stars

## Topics

- [Features](#features)
- [Layout](#layout)
- [Test on your machine](#test_project)
- [Demo](#demo)
- [Thanks](#thanks)
- [License](#license)


## Features

> The project currently has the following functionalities

- Pomodoro style cycle start.
- Cycle closure.
- With each cycle completed from start to finish, you win a challenge to meet.
- Scoring for completed challenges.
- Increase of user level through the number of xp obtained


## Layout

### Home Page

![Home Page](https://tlgur.com/d/GdBq7mM4)

### Project cycle started ✅

![Project cycle started](https://tlgur.com/d/4x7LvA9g)

### Project cycle closed ✅

![Project cycle closed](https://tlgur.com/d/g50bORLG)

### Challenge concluded ✅

![Challenge concluded](https://tlgur.com/d/8ekWVZlg)

>
## Test on your machine ▶️

> To execute the project on your machine, perform the processes below

- First clone my repository to your machine, using git.

```sh
# through HTTPS

git clone https://github.com/edmilson-dk/move.it-nlw4.git

# through SSH

git clone git@github.com:edmilson-dk/move.it-nlw4.git
```

- After cloning the repository, enter the created folder, and install the dependencies using [NPM](https://www.npmjs.com/) or [YARN](https://yarnpkg.com/). Know that it is necessary to have [NodeJS](https://nodejs.org/en/) installed on your machine to execute these commands and the project.

```sh
# Enter the project folder, and install the dependencies with:

#with NPM

npm install

# or with YARN

yarn
```

- When you finish installing the dependencies, just start the application with the command below and access your browser at _http://localhost:3000_

```sh
# with NPM

npm dev

# with YARN

yarn dev
```


## View Project ⚛

[Demo](https://move-it-nlw4-edmilson-dk.vercel.app/)


## Thanks to [Rocketseat](https://rocketseat.com.br/) 💜

I owe the creation of this project to the Rocketseat community, for offering this content in the programming area for free and with an excellent quality, sharing knowledge and advice for beginners and even experienced programmers.


## 🤝 License

[MIT](https://github.com/edmilson-dk/move.it-nlw4/blob/main/LICENSE) Project License

Creator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)