Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sitek94/football-app
https://github.com/sitek94/football-app
breadcrumbs msw react-router-v6 vite
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sitek94/football-app
- Owner: sitek94
- Created: 2022-07-08T05:22:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T12:34:27.000Z (over 1 year ago)
- Last Synced: 2024-12-15T21:41:07.725Z (20 days ago)
- Topics: breadcrumbs, msw, react-router-v6, vite
- Language: TypeScript
- Homepage: https://sitek94.github.io/football-app/
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Football App
Messing around and experimenting with:
- [React Router v6](https://reactrouter.com/docs/en/v6)
- Implementing breadcrumbs using [use-react-router-breadcrumbs](https://github.com/icd2k3/use-react-router-breadcrumbs)
- [Mock Service Worker](https://mswjs.io/)
- [React.Suspense](https://17.reactjs.org/docs/concurrent-mode-suspense.html)## API and data
I'm using data from [API-FOOTBALL](https://www.api-football.com/). However, for free there are
only 100 requests available each day, so I saved some data, and I'm serving it using `msw`. It's definitely not something
you would do in production, but for such a simple project it's absolutely fine.