Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.04 KB

🚀 TODO APP ⚛

Introduction

  • This project was bootstrapped with [Create React App]
  • This App built using React library. It fetch task from api and perform create, read, update and delete operations by making api call.

Features Implemented

(This will be a dummy request, you won’t be able to add items to the server. But the request is valid and will send you some data.)

  • Update the item, make a PUT call to the above url.

(This will be a dummy request, you won’t be able to add items to the server. But the request is valid and will send you some data.)

  • Delete an item, make a DELETE call to the above url.

(This will be a dummy request, you won’t be able to add items to the server. But the request is valid and will send you some data.)

Project Demo