https://github.com/pranava007/userdata_react_curd
This is a CURD opration axios api call use get,post,put,delete
https://github.com/pranava007/userdata_react_curd
bootstrap5 react-components react-router react-router-dom reacthook reactjs
Last synced: 8 days ago
JSON representation
This is a CURD opration axios api call use get,post,put,delete
- Host: GitHub
- URL: https://github.com/pranava007/userdata_react_curd
- Owner: pranava007
- Created: 2024-06-17T11:38:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-17T11:53:56.000Z (over 1 year ago)
- Last Synced: 2025-01-16T18:29:24.361Z (12 months ago)
- Topics: bootstrap5, react-components, react-router, react-router-dom, reacthook, reactjs
- Language: JavaScript
- Homepage: https://userdatacurd.netlify.app
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Overview :-
Project Name: [User Data Managed system]
Description:
CRUD Operations
CRUD stands for Create, Read, Update, and Delete. These are the four basic operations that can be performed on data in a json mock api.
description of each operation:
Create: Add new data to the json mock api.
Read: Retrieve data from the json mock api.
Update: Modify existing data in the json mock api.
Delete: Remove data from the json mock api
API call :
Axios is a versatile library that simplifies making HTTP requests in JavaScript. It supports promises, making it easier to handle asynchronous operations. By using Axios, you can easily perform CRUD operations and handle errors efficiently in your web applications
Technologies Used:
React.js
Bootstrap 5