Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepanagarjan/axios
here i used crud operation for axios task
https://github.com/deepanagarjan/axios
axios-react bootstrap crud css3 html js reactjs
Last synced: 26 days ago
JSON representation
here i used crud operation for axios task
- Host: GitHub
- URL: https://github.com/deepanagarjan/axios
- Owner: Deepanagarjan
- Created: 2024-08-21T12:04:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T11:57:16.000Z (4 months ago)
- Last Synced: 2024-08-24T12:53:12.838Z (4 months ago)
- Topics: axios-react, bootstrap, crud, css3, html, js, reactjs
- Language: JavaScript
- Homepage: https://axios-crudreact.netlify.app/
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Axios Task
+ Product details displayed by using Axios Fetch API.
+ It is based on `CURD` Operation.
+ C - POST (create)
+ U - GET
+ R - PUT (update)
+ D - DELETE
+ Click `create` to add the products details to the home page.
+ Click `edit` to modify the content.
+ Click `delete` to remove the product from the home page.## Programming Languages Used
## Technologies Used
## Demo Link
+ [Netlify demo link](https://netlify-axios-card.netlify.app)
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh