Skip to content

This is simple todolist app handle add update delete and by default call all todo by api

Notifications You must be signed in to change notification settings

kajalpandey0104/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction of project

This is the 2nd React Skill test project assigned by Coding Ninjas. Project Name: TODO List App

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Hosted On

open https://kajalp-todolist.netlify.app/ to view it in your browser

Features

All the featuere works on temporary which is ADD, DELETE and UPDATE (except fetch).

fetch data

fetching data and showing todos on your browser using the API -> https://jsonplaceholder.typicode.com/todos.

Add an Todo

Add an todo, make 'POST' call to the API url(from where we are fetching) and save the todo to react state(It is a dummy request data, we won't be able to add on the server data. But request is valid and will send some data.)

Delete an Todo

Delete an todo, make 'DELETE' call to the API url.

Update an Todo

Update an todo, make 'PUT' call to the API url.

About

This is simple todolist app handle add update delete and by default call all todo by api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published