Skip to content

Latest commit

 

History

History
165 lines (114 loc) · 4.65 KB

README.md

File metadata and controls

165 lines (114 loc) · 4.65 KB

Contributors Forks Stargazers Issues MIT License


Logo

NLW eSports

Find your duo
Demo | Figma | Backend

Table of Contents
  1. About The Project
  2. Contributing
  3. License
  4. Contact

About The Project


Home

Preview

Home - Modal Opened

Preview

Mobile (500px) and Tablet (768px)

Preview

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.

Built With

Technologies used in the project.

Tools

Frameworks / Libraries

Languages

Font Script

Getting Started

Pre requisites

  • The backend app must be running, access the link below and follow the instructions:

nlw-esports-backend


  1. Clone the repo
  git clone https://github.com/SilasRodrigues19/nlw-esports-frontend.git && cd nlw-esports-frontend
  1. Install NPM packages
  npm install
  1. Run the project
  npm run dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com

Project Link: https://github.com/SilasRodrigues19/nlw-esports-frontend



🔼 Back to top