Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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