Skip to content

singh3069/Todo_web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Web App

Here is the link for the live project.

https://sr-todo-web-app.netlify.app/

About.

  • This is a Single Page CURD Web Application.
  • Where you can add/edit and delete their todo tasks.

How it works

  • It Takes todo task from user through input box
  • then it store's the task in localStorage.
  • and then it show the list of all the task that user hade made
  • user can edit the task after making the task
  • after making the task user will be able to delete the task also.

Running the project on local

For running the project on local, follow the following steps.

For npm
$ npm install
$ npm start
For yarn
$ yarn
$ yarn start

This is how it looks

  • Befor adding any task. image

  • After adding task image

  • While editing the task in between. image