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

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

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