Skip to content

Latest commit

Β 

History

History
25 lines (19 loc) Β· 1.22 KB

File metadata and controls

25 lines (19 loc) Β· 1.22 KB

To-Do List Application πŸ“

Overview πŸ‘€

This To-Do List application allows users to manage their daily tasks efficiently. It's built using HTML, CSS, and JavaScript, following a beginner-friendly tutorial on YouTube. This project is perfect for anyone looking to understand the basics of web development and task management applications.

HTML5 CSS3 JavaScript

Features 🌟

  • Add Tasks: Users can add new tasks to their list. βœ…
  • Delete Tasks: Users can remove tasks once completed or no longer needed. πŸ—‘οΈ
  • Task Persistence: Tasks are saved in the browser's local storage, ensuring data is not lost on page refresh. πŸ”„

Getting Started πŸš€

To get a local copy up and running, follow these simple steps.

Prerequisites

  • A modern web browser that supports HTML5, CSS3, and JavaScript.

Installation

  1. Clone the repo
    git clone https://github.com/Mikito-Coder/Task-Management.git