KrishanMihiranga / to-do-list

A simple To-Do App built using HTML, CSS, and JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To-Do App with Local Storage

This simple To-Do App is built using HTML, CSS, and JavaScript. It allows users to manage their tasks by adding, deleting, and marking tasks as completed. The application stores data locally, utilizing the browser's local storage for persistence.

Features

  • Add tasks with categories
  • Mark tasks as completed
  • Delete tasks
  • Store data locally using browser's local storage
  • Responsive design for various screen sizes

Live Site

Visit the live site: To-Do App Live

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/KrishanMihiranga/to-do-list.git
  2. Open index.html in your web browser.

  3. Interact with the To-Do App to manage your tasks.

About

A simple To-Do App built using HTML, CSS, and JavaScript.


Languages

Language:JavaScript 36.7%Language:HTML 33.0%Language:CSS 30.3%