Skip to content

nlci-lab/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List App

A fully functional todo list application built with HTML, CSS, and JavaScript.

Features

  • ✅ Create new todo items
  • 📝 Edit existing todos
  • ✓ Mark todos as complete (double-click)
  • 🗑️ Delete todos
  • 💾 Local storage persistence
  • 🎨 Smooth animations

Usage

  1. Open index.html in your browser
  2. Type a task in the input field and click the + button
  3. Double-click a task to mark it as complete
  4. Click the pencil icon to edit a task
  5. Click the trash icon to delete a task

Required Images

Place the following images in the /images folder:

  • notebook.gif - Header icon
  • plus.png - Add button
  • pencil.png - Edit icon
  • delete.png - Delete icon
  • check-mark.png - Complete icon
  • refresh.png - Update button

You can find free icons at:

Credits

Tutorial by Sharathchandar.K

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors