Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ajeetchaulagain/react-crud-api-consumption
- Owner: ajeetchaulagain
- License: mit
- Created: 2020-04-17T12:32:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T03:40:37.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T03:21:52.400Z (6 months ago)
- Topics: axios, create-react-app, crud, jsonplaceholder-api, react-toastify, reactjs
- Language: JavaScript
- Homepage:
- Size: 21.3 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.