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
- Host: GitHub
- URL: https://github.com/punitkatiyar/react-crud-json-server
- Owner: punitkatiyar
- License: mit
- Created: 2024-02-28T12:29:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T07:43:12.000Z (11 months ago)
- Last Synced: 2024-05-21T09:03:02.712Z (11 months ago)
- Topics: axios-rest, hooks, json-api, json-server, react
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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