https://github.com/emanuelefavero/react-fetch-cors-api
This is a react app showing how to fetch a CORS (Cross Origin) API
https://github.com/emanuelefavero/react-fetch-cors-api
Last synced: 6 months ago
JSON representation
This is a react app showing how to fetch a CORS (Cross Origin) API
- Host: GitHub
- URL: https://github.com/emanuelefavero/react-fetch-cors-api
- Owner: emanuelefavero
- Created: 2022-09-15T05:12:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-15T05:34:52.000Z (about 3 years ago)
- Last Synced: 2025-02-04T16:50:28.466Z (8 months ago)
- Language: JavaScript
- Homepage: react-fetch-cors-api.vercel.app
- Size: 279 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Fetch CORS API
This is a react app showing how to fetch a CORS (Cross Origin) API (An API that comes from an url on another server)
## RUN APP
```bash
npm i
npm start
```[Check the deployed app on Vercel](https://react-fetch-cors-api.vercel.app/)