SDUBEY23 / todo-list

A basic ToDo app that allows you to add, delete and mark items complete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo App

A basic ToDo app that allows you to add, delete and mark items complete.

How to run

Clone this repository in your Local machine or download the Zip file and then execute the below mentioned steps. Open the index.html file with Live Server or in the browser itself.

Open app in browser

Once the app is compiled and bundled successfully you should see this screen in your browser. This would be your starting point of the project. App home page

Instructions

  1. It should have a textbox where the user can type in the text for the item, and hit enter or click save to save the item in the list.
  2. The list of items should be displayed in a list below the text box
  3. The user can delete the item from the list
  4. The user can mark the item complete in the list which will show the item, struck off

About

A basic ToDo app that allows you to add, delete and mark items complete.


Languages

Language:JavaScript 55.8%Language:CSS 26.0%Language:HTML 18.2%