An open API service indexing awesome lists of open source software.

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

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/)