Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1 KB

File metadata and controls

28 lines (20 loc) · 1 KB

📝 To-Do List Web App

Built for CodeAlpha Web Development Internship

A feature-rich task management web application built with HTML, CSS, and JavaScript for the CodeAlpha internship program.

🚀 Features

  • Add, edit, delete, and mark tasks as complete
  • 🎨 Priority levels (High/Medium/Low) with color coding
  • 📅 Due dates with overdue detection
  • 🔍 Search, filter (All/Active/Completed), and sort tasks
  • 💾 LocalStorage persistence (Tasks save between sessions)
  • 📱 Fully responsive design (Works on all devices)
  • 📊 Task statistics (Total/Completed tasks counter)

🛠️ Tech Stack

  • Frontend: HTML5, CSS3, JavaScript (ES6+)
  • Icons: Font Awesome
  • Version Control: Git/GitHub

Live demo: https://ayesha-emaan.github.io/CodeAlpha_ToDoList/

🖥️ How to Run Locally

  1. Clone the repository:
    git clone https://github.com/Ayesha-Emaan/CodeAlpha_ToDoList.git