Skip to content

Project Esport is a website and mobile app for players to share their Discord nicks and play games together in the games list.

Notifications You must be signed in to change notification settings

Marki1ins/project-esports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NLW eSports

🎮 Projeto

NLW eSports


NLW eSports é o projeto desenvolvido durante a trilha Ignite da Next Level Week, um evento online produzido pela Rocketseat.



Modal de criação de anúncio


Trata-se de um sistema que permite os usuários buscarem seu duo (dupla) em jogos online e publicar um anúncio para encontrar outros jogadores no jogo que desejar.



NLW eSports


NLW eSports


Na versão mobile, são exibidos os anúncios dos jogadores para os jogos cadastrados, e os usuários terão a possibilidade de se conectarem pelo discord para jogarem juntos.



Telas do aplicativo mobile

✨ Features

  • Mudança de ReactJS + NodeJS para NextJS (web)
  • Listagem de games (web e mobile)
  • Criação de um novo anúncio (web e mobile)
  • Validação de autenticação com o discord (web e mobile)
  • Validações de formulário com o Zod (web)
  • Validações de formulário com o Yup (mobile)
  • Combobox autocomplete com lista de games para seleção (web e mobile)
  • Context API (web e mobile)
  • Feedbacks para o usuário: loading durante criação, mudança de página, toast de sucesso e erro (web e mobile)
  • Listagem de anúncios (web e mobile)
  • Copiar o usuário do discord para a área de transferência (web e mobile)
  • Página de erro 404 (web)
  • Design totalmente responsivo (web)

🚀 Tecnologias

Web + Server

Mobile

📟 Layout

O layout das telas da aplicação NLW eSports foi desenvolvido pela equipe da Rocketseat através da ferramenta Figma, um software de prototipação voltado para UI Design (design de interfaces de usuário). Você pode acessar o layout através deste link: NLW eSports.

🔧 Instalação

Para baixar o código-fonte do projeto em sua máquina, primeiramente terá que ter instalado o Git.

Com o Git instalado, em seu terminal execute o seguinte comando:

git clone https://github.com/brunofhorn/duo-esports.git

Para instalar as dependências e executar o projeto terá que ter instalado em sua máquina o Node.js, que vem acompanhado do NPM. Com ele instalado:

Web + Server

A versão web / server está na pasta web. Para testar, rode o seguinte comando:

npm install

Em seguida execute o comando abaixo para rodar o projeto:

npm run dev

Abra http://localhost:3000 em seu navegador para ver o resultado.

Não esqueça de executar o prisma e gerar as tabelas. Você precisará criar um banco de dados e hospedá-lo (no caso do PostgreSQL) ou então utilizar o SQLite ou algum banco da sua preferência e vincular no arquivo .env.

Veja mais na documentação do Prisma.

Mobile

Para testar o projeto na versão mobile, entre na pasta mobile e rode o seguinte comando:

npm install

Em seguida, execute o comando abaixo para rodar a versão mobile (em um emulador ou direto no seu celular caso possua o app Expo Go):

npm start

📝 Licença

GitHub License

Esse projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.


English version


🎮 Project

NLW eSports

NLW eSports is the project developed during the Ignite track of Next Level Week, an online event produced by Rocketseat.


Modal de criação de anúncio

It is a system that allows users to search for their duo (duo) in online games and post an ad to find other players in the game they want.


NLW eSports
NLW eSports

In the mobile version, player ads are displayed for registered games, and users will be able to connect via discord to play together.


<img src="https://github.com/brunofhorn/nlw-esports/blob/main/.github/mobile-screens.jpg" alt="Telas do aplicativo mobile" /

✨ Features

  • Moving from ReactJS + NodeJS to NextJS (web)
  • Games listing (web and mobile)
  • Creating a new ad (web and mobile)
  • Authentication validation with discord (web and mobile)
  • Form Validations with Zod (web)
  • Form Validations with Yup (mobile)
  • Combobox autocomplete with list of games for selection (web and mobile)
  • Context API (web and mobile)
  • User feedback: loading during creation, page change, success and error toast (web and mobile)
  • Ads listing (web and mobile)
  • Copy discord user to clipboard (web and mobile)
  • 404 error page (web)
  • Fully responsive design (web)

🚀 Technologies

Web + Server

Mobile

📟 Layout

The screen layout of the NLW eSports application was developed by the Rocketseat team through the tool Figma, a prototyping software aimed at UI Design (user interface design). You can access the layout through this link: NLW eSports.

🔧 Installation

To download the project's source code on your machine, you must first have Git installed.

With Git installed, in your terminal run the following command:

git clone https://github.com/brunofhorn/duo-esports.git

To install the dependencies and run the project, you must have Node.js installed on your machine, which comes with NPM. With it installed:

Web + Server

The web/server version is in the web folder. To test, run the following command:

npm install

Then run the command below to run the project:

npm run dev

Open http://localhost:3000 in your browser to see the result.

Don't forget to run the prism and generate the tables. You will need to create a database and host it (in the case of PostgreSQL) or use SQLite or any database of your choice and link in the .env file.

See more in the Prisma documentation.

Mobile

To test the project in the mobile version, enter the mobile folder and run the following command:

npm install

Then, run the command below to run the mobile version (in an emulator or directly on your cell phone if you have the Expo Go app):

npm start

📝 License

GitHub License

This project is under the MIT license. See the LICENSE file for more details.


🔼 Back to top

About

Project Esport is a website and mobile app for players to share their Discord nicks and play games together in the games list.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published