Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 795 Bytes

File metadata and controls

26 lines (16 loc) · 795 Bytes

To Do List

A simple, responsive web-based To-Do List application built with HTML, CSS, and JavaScript.

Features

  • Add, edit, and delete tasks
  • Mark tasks as completed
  • Persistent storage using browser localStorage
  • Responsive design for desktop and mobile

Backend Support

This project includes backend functionality to handle data storage and user management. However, since GitHub Pages serves only static sites, the backend won't run here.

To fully utilize backend features, deploy the backend on a server or use a local development environment.

Demo

Check out the live demo here: https://mkv47.github.io/To_Do_List/

Installation

  1. Clone the repository:
    git clone https://github.com/Mkv47/To_Do_List.git