This application utilizes the APIFootball to gather data.
Note: it only displays content from the England's Championship League.
Run the following from the Command Line:
git clone https://github.com/incarnateTheGreat/sportdata.git
cd sport-data
Once the above steps are complete, download the latest dependencies by running:
npm install
- From the Command Line, run
npm start
. - Navigate to
http://localhost:3030/
.
You might experience CORS issues. Either use a CORS plugin to disable it, or operate a browser with security disabled to test this.
Using:
- React
- Axios
- TheSportsDB
- APIFootball