Skip to content

BHUVANESWAR-G/javascript_project6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸ“ To-Do List Web App

A simple and interactive To-Do List application built using HTML, CSS, and JavaScript. This project allows users to add and delete tasks dynamically, helping manage daily activities efficiently.


πŸš€ Features

  • βž• Add new tasks
  • ❌ Delete tasks instantly
  • ⚑ Real-time DOM updates
  • 🧠 Beginner-friendly JavaScript logic
  • πŸ’» Lightweight and fast

πŸ› οΈ Technologies Used

  • HTML – Structure of the application
  • JavaScript (DOM Manipulation) – Functionality and interactivity

πŸ“‚ Project Structure

πŸ“ To-Do-List
 └── index.html

πŸ“Œ How It Works

  1. Enter a task in the input field
  2. Click the Add button
  3. Task appears in the list
  4. Click Delete to remove the task

πŸ” Code Explanation

  • add()

    • Creates a new <li> element
    • Adds user input text
    • Appends it to the list
  • del(event)

    • Removes the selected task using event.target.parentElement.remove()

▢️ How to Run

  1. Download or clone the repository
  2. Open the index.html file in any browser

πŸ“Έ Preview

A basic UI with:

  • Input field
  • Add button
  • Task list with delete option

🎯 Future Improvements

  • Add task editing feature ✏️
  • Save tasks using Local Storage πŸ’Ύ
  • Add styling with CSS 🎨
  • Mark tasks as completed βœ”οΈ

About

Simple To-Do List web app using HTML & JavaScript with add and delete task functionality.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages