Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajith-11399/crud_operation
Task 18 => This repository contains CRUD Operation Task
https://github.com/ajith-11399/crud_operation
axios-react html-css-javascript mockapi-io postman-test react-router reactjs useeffect-hook usenavigate-hook usestate-hook
Last synced: 4 days ago
JSON representation
Task 18 => This repository contains CRUD Operation Task
- Host: GitHub
- URL: https://github.com/ajith-11399/crud_operation
- Owner: Ajith-11399
- Created: 2024-05-30T19:46:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T04:47:47.000Z (6 months ago)
- Last Synced: 2024-05-31T22:45:17.357Z (6 months ago)
- Topics: axios-react, html-css-javascript, mockapi-io, postman-test, react-router, reactjs, useeffect-hook, usenavigate-hook, usestate-hook
- Language: JavaScript
- Homepage: https://react-crud-aj.netlify.app/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repo contain a CRUD Operations Task.
### In this repo, CRUD Operation task has been created and tested multiple times.
> CRUD => CRUD Means:
#### Create => POST Method
#### Read => GET Method
#### Update => PUT METHOD
#### Delete => DELETE METHOD