Skip to content

ashish200729/TODO_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

Simple, lightweight To-Do list web app.

Features

  • Add tasks (click "Add" or press Enter).
  • Mark tasks complete (toggle strike-through).
  • Remove tasks.
  • Limits to 5 tasks.

Files

Quick Start

  1. Open index.html in your browser (or serve via Live Server).
  2. Type a task in the input and:
    • Click "Add" (calls addTask), or
    • Press Enter (handled in script.js keydown listener).
  3. Click a list item to toggle complete.
  4. Click the × icon to remove a task.

Behavior details

  • New list items are created with createLi.
  • The app prevents adding more than 5 tasks (uses li_list length check).

Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors