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.
- Host: GitHub
- URL: https://github.com/gabriel-dp/brascode
- Owner: gabriel-dp
- License: gpl-2.0
- Created: 2023-09-24T14:03:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T03:39:44.000Z (over 2 years ago)
- Last Synced: 2025-05-16T19:11:46.171Z (about 1 year ago)
- Topics: database, react, soccer, styled-components, ufsj
- Language: TypeScript
- Homepage: https://brascode.vercel.app
- Size: 709 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!