Skip to content

A simple and clean To-Do List App built with HTML, CSS, and JavaScript that lets you Create, Read, Update, and Delete tasks. All your tasks are saved in the browser using Local Storage. No backend needed!

Notifications You must be signed in to change notification settings

pratikkhot100/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ To-Do List App

A simple and clean To-Do List App built with HTML, CSS, and JavaScript that lets you Create, Read, Update, and Delete tasks. All your tasks are saved in the browser using Local Storage. No backend needed! πŸ’Ύ

πŸŽ₯ Project Demo

Check out the live demo of the Currency Converter : Demo


πŸš€ Features

  • βœ… Add new tasks
  • πŸ“‹ View all tasks
  • ✏️ Edit existing tasks
  • ❌ Delete tasks
  • πŸ’Ύ Local Storage support (data is saved even after page refresh)
  • πŸŒ“ Clean and responsive UI

πŸ› οΈ Tech Stack

  • 🧱 HTML
  • 🎨 CSS
  • 🧠 JavaScript
  • πŸ“¦ Local Storage (Browser-based)

πŸ“Έ Screenshots

Screenshot 2025-04-15 141310

Screenshot 2025-04-15 141329


🧰 How to Use

  1. Clone the repository:
git clone https://github.com/pratikkhot100/To-Do-List.git
  1. Navigate to the project folder:
cd todo-list-app

3.Open index.html in your browser:

# You can simply open it with your browser, or use Live Server if using VS Code2

πŸ“‚ Project Structure

todo-list-app/
β”‚
β”œβ”€β”€ index.html         # Main HTML file
β”œβ”€β”€ style.css          # Styling
β”œβ”€β”€ script.js          # All the JavaScript logic
└── README.md          # Project documentation

πŸ“¦ Local Storage

All tasks are stored in your browser's local storage, so even if you refresh the page or close the tab, your tasks will still be there! ✨


πŸ“ž Contact Information

πŸ™ GitHub: https://github.com/pratikkhot100

πŸ’Ό LinkedIn: https://www.linkedin.com/in/pratikkhot01

πŸ“§ Email: pratikkhot1207@gmail.com

About

A simple and clean To-Do List App built with HTML, CSS, and JavaScript that lets you Create, Read, Update, and Delete tasks. All your tasks are saved in the browser using Local Storage. No backend needed!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published