Skip to content

Alokkumarcse/TODO-APP-REACT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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