Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 886 Bytes

File metadata and controls

36 lines (27 loc) · 886 Bytes

To-Do List App

A simple task manager built with HTML, JavaScript, and Tailwind CSS.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Filter tasks (All, Active, Completed)
  • Clear all completed tasks
  • Persistent storage using localStorage
  • Responsive design with Tailwind CSS

How to Use

  1. Open Index.html in your web browser
  2. Add tasks using the input field
  3. Click on a task's checkbox to mark it as completed
  4. Use the filter buttons to view different task categories
  5. Click the trash icon to delete a task
  6. Use "Clear completed" to remove all completed tasks at once

Technologies Used

  • HTML5
  • JavaScript (ES6+)
  • Tailwind CSS (via CDN)
  • Font Awesome icons
  • localStorage for data persistence

Project Structure

  • Index.html - Main HTML structure
  • script.js - JavaScript functionality
  • README.md - Project documentation