Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ajeetchaulagain/react-crud-api-consumption

:computer: This repo demonstrates consuming CRUD api endpoints on React application using Axios
https://github.com/ajeetchaulagain/react-crud-api-consumption

axios create-react-app crud jsonplaceholder-api react-toastify reactjs

Last synced: about 4 hours ago
JSON representation

:computer: This repo demonstrates consuming CRUD api endpoints on React application using Axios

Awesome Lists containing this project

README

        

# Consuming CRUD API endpoints on React

This repo demonstrates how CRUD API endpoints can be consumed in React application using axios

## Libraries used:

- **[create-react-app](https://www.npmjs.com/package/axios)**: for bootstrapping the react project
- **[axios](https://www.npmjs.com/package/axios)** - for making API calls
- **[JSONPlaceholder](https://jsonplaceholder.typicode.com/)**: Fake REST API for testing
- **[react-toastify](https://www.npmjs.com/package/react-toastify)**: for displaying toast when unexpected error occurs.