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.
- 🧾 Advanced data retrieval
- 🔍 Search Teams and Players using filters (name, team and tournament)
- ✅ Quiz minigame
- 📱 Responsive layout (styled-components)
> Check the Back-End repository <
The application uses NPM as the package manager, so you should have it installed before all steps
- Install the dependencies specified in
package.json
:
npm install
- Run the application:
npm run dev
- Open it on your browser!