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

https://github.com/lucianopaci/posts-fetcher

Basic React App that implements different ways to fetch data from an API and display it
https://github.com/lucianopaci/posts-fetcher

reactjs vitejs

Last synced: 3 months ago
JSON representation

Basic React App that implements different ways to fetch data from an API and display it

Awesome Lists containing this project

README

        

# Posts Fetcher
Basic React App that implements different ways to fetch data from an API and display it.
It also simulates an async POST request.

💻 Demo: https://posts-fetcher.vercel.app/

## Built with:
- Vite
- React
- Axios

## Run locally
```bash
npm run vite
```

### Build and Preview
```bash
npm run build && npm run preview
```