Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 729 Bytes

File metadata and controls

28 lines (22 loc) · 729 Bytes

Task List Web App

A simple task list (to-do) web application built using HTML, CSS, and Vanilla JavaScript.
It allows users to add task, with or without due date and delete tasks with a clean and minimal interface. Will soon have "mark as completed feature"

Features

  • Add new tasks
  • Delete tasks
  • Simple and user-friendly UI
  • Fully client-side application

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla JS)

How It Works

  • Tasks are dynamically added to the DOM using JavaScript
  • Event listeners handle task deletion
  • No frameworks or libraries used

Getting Started

  1. Clone the repository
  2. Open index.html in your browser
git clone https://github.com/vishal1011001/your-repo-name.git