Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 864 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 864 Bytes

To-Do List Web App

Author: Lorenah M

A simple to-do list application built with HTML, CSS, Bootstrap, and JavaScript. This project is designed to help students understand how to manipulate the DOM and use event listeners in web development.

Getting Started

  1. Clone this repository to your local machine.
  2. Open index.html in a web browser to use the to-do list app.

Features

  • Add tasks to the to-do list.
  • Mark tasks as completed.
  • Delete tasks from the list.
  • Save tasks to local storage.
  • Retrieve tasks from local storage.

How to Work with JSON (Briefly)

This project doesn't use JSON directly, but it demonstrates how data can be stored and retrieved from local storage, which is often used to save JSON-like data.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.