To Do Apps

SideID
SideID, 1 min read.
To Do Apps - Main View

To Do Apps is a basic to-do list application developed using HTML, CSS, and JavaScript. This project was created as a learning exercise to understand and implement DOM manipulation and local storage.

Key Features

  • Add New Tasks: Allows users to add new tasks to the list.
  • Mark Tasks as Completed: Users can mark tasks as completed.
  • Delete Completed Tasks: Enables users to delete completed tasks.
  • Local Storage: Utilizes local storage to persist tasks across browser sessions.

Technologies Used

  • HTML
  • CSS
  • JavaScript (DOM)

Getting Started

  1. Clone the repository from GitHub:

    git clone https://github.com/SideeID/Todo-Apps.git
  2. Open index.html in your web browser.

Contribution

This is a personal learning project and does not accept external contributions.