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

https://github.com/punitkatiyar/react-crud-json-server

React Project For CRUD
https://github.com/punitkatiyar/react-crud-json-server

axios-rest hooks json-api json-server react

Last synced: 22 days ago
JSON representation

React Project For CRUD

Awesome Lists containing this project

README

        

# React CRUD App

## C : create

## R : read

## U : update

## D : delete

# Project Setup

> npx create-react-app crud-app

> npm i react-router-dom@6

> npm i [email protected]

> npm i axios

> npm install react-icons --save

## Create Data

## View All Data

## View Single Data