Skip to content

PremChand34555/QuickTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published