Skip to content

A simple yet functional To-Do List web app built to practice frontend development and understand the workflow of building frontend with HTML, CSS, and JavaScript using localStorage for data persistence.

Notifications You must be signed in to change notification settings

aryandas2911/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

To-Do List βœ…

A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript.
This project was created to practice frontend development and understand the complete workflow of building a UI-based application from scratch.

πŸ“Œ Features

  • Add new tasks with ease
  • Mark tasks as completed
  • Remove tasks
  • Persist tasks using localStorage
  • Clean and responsive UI design

πŸ› οΈ Technologies Used

  • HTML
  • CSS
  • JavaScript
  • localStorage (for saving tasks even after browser reload)

πŸ“· Preview

To-Do List Preview

πŸ“ Folder Structure

β”œβ”€β”€ index.html β”œβ”€β”€ style.css β”œβ”€β”€ script.js └── images/

πŸš€ How to Run Locally

  1. Clone the repository
    git clone https://github.com/aryandas2911/To-Do-List.git   
    cd todo-list
    
  2. Open index.html in your browser

About

A simple yet functional To-Do List web app built to practice frontend development and understand the workflow of building frontend with HTML, CSS, and JavaScript using localStorage for data persistence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published