Skip to content

satisshhhhhh/Restaverse-to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retaverse-to-do

LIVE --> https://satz-to-do-app.netlify.app/

Task: Create a Todo app having two pages as follows

-- Incomplete page(route name : /incomplete)

-- User can mark todo item as completed

-- Completed page(route name : /completed)

-- User can mark todo item as incomplete

-- Make a common header with a button to add a new item in todo list, which adds new items on incomplete pages.

-- Users can also add items from the /completed page, where new items get added on /incompleted page.

Clone the repository

npm install

npm run dev

Screenshots:

image

if the completed taks are none:

image

if there exists completed tasks:

image

Delete the tasks on click of the bin button:

image

image