Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 560 Bytes

fresher-project-js-todo

Live: Here

Set Up the Application

git clone https://github.com/sethu-aot/fresher-project-js-todo.git
cd fresher-project-js-todo
index.html
  |__ Click add new task button and provide the task details in the modal
    |__The task will be displayed in the active tasks section initialy
      |__We can click the check button to make the task status as completed, also edit task and delete task functions are available