Find your duo
Demo
|
Figma
|
Backend
Table of Contents
The screens and features are described below:
- Home: display of game cards registered in the database with a description informing how many ads they had.
- Modal: modal to fill in the information about the game that you want to publish, in order to find players to play with you.
Technologies used in the project.
- The backend app must be running, access the link below and follow the instructions:
- Clone the repo
git clone https://github.com/SilasRodrigues19/nlw-esports-frontend.git && cd nlw-esports-frontend
- Install NPM packages
npm install
- Run the project
npm run dev
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Silas Rodrigues - @jinuye1 - [email protected]
Project Link: https://github.com/SilasRodrigues19/nlw-esports-frontend
🔼 Back to top