This project was bootstrapped with Create React App.
This project displays tournament brackets for 16 seeds. It retrieves teams from OpenDota Api based on the highest ELO score
- Api returns teams sorted by ELO score
Currently a winner of a matchup is being selected randomly
npm install
- install dependencies
npm start
- run the application