A website that renders European football league information from an API
Backend for project can be found at https://github.com/bravint/football-stats-server
Uses: React | React Router, Backend uses: Node | Express | Axios
Site hosted at https://football-stats-bravint.vercel.app/
MVP Completed : 2 week project with 3 day sprints
- React.js : Hooks used are useState, useEffect, useReducer, useContext
- React Router : Provide internal links within the app
Data sourced from https://www.football-data.org/ API applies rate limiting - 10 request per minute are allowed on the free tier.
Install dependencies: npm install
Add environment variable VITE_APP_SERVER_ADDRESS
to .env
file
Start development server: npm run start