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

https://github.com/gabriel-dp/brascode

Pratical work of "Databases" subject at UFSJ, providing data about soccer tournaments.
https://github.com/gabriel-dp/brascode

database react soccer styled-components ufsj

Last synced: 3 months ago
JSON representation

Pratical work of "Databases" subject at UFSJ, providing data about soccer tournaments.

Awesome Lists containing this project

README

          






 

 

 



    

 

## 💡 Motivation

This project is a component of the practical work of Databases subject at UFSJ, being able to display to the user all data about soccer tournaments, including the final standings and player rankings.

 

## ✨ Features

### Front-End (React)

- 🧾 Advanced data retrieval
- 🔍 Search Teams and Players using filters (name, team and tournament)
- ✅ Quiz minigame
- 📱 Responsive layout (styled-components)

### Back-End (Python)

[` > Check the Back-End repository < `](https://github.com/bahdias/projeto_futebol)

 

## 🖥️ Running the project

> The application uses NPM as the package manager, so you should have it installed before all steps

- Install the dependencies specified in `package.json`:

```bash
npm install
```

- Run the application:

```bash
npm run dev
```

- Open it on your browser!