Skip to content

A simple and responsive To-Do List web app built with HTML, CSS, and JavaScript. It allows users to add, view, and delete tasks with local storage support for persistent data.

Notifications You must be signed in to change notification settings

05-Jagritii/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TODOs List

A simple and clean To-Do List web app built using HTML, CSS, JavaScript, and Bootstrap 5. It allows users to add, view, and delete their tasks, with all data being stored locally in the browser using LocalStorage.

{35505362-526A-49A2-8122-7FBD827CCAFA}

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • Bootstrap 5
  • LocalStorage API

Features

  • Add items with title and description
  • Delete individual tasks
  • Clear entire task list
  • Responsive UI
  • Persistent data with localStorage

How it Works

  • Uses localStorage to store and persist task data.
  • Dynamic HTML rendering using JavaScript.
  • Tasks are stored as an array of arrays in JSON format and updated every time a task is added or removed.

Live Demo

View Deployed Project on GitHub Pages

Installation

To run this project locally:

  1. Clone the repository:
    git clone https://github.com/05-jagritii/to-do-list.git
    cd to-do-list
    
  2. Open the project:
    start index.html

Project Structure

to-do-list/
├── index.html
├── style.css
└── README.md

Author

Jagriti Kanwar
Mail:kanwarjagriti21@gmail.com
LinkedIn: Jagriti Kanwar

About

A simple and responsive To-Do List web app built with HTML, CSS, and JavaScript. It allows users to add, view, and delete tasks with local storage support for persistent data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published