Skip to content

SafeEHA/simple-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-Do List App with HTML, CSS, and JavaScript

This project creates a basic to-do list application using HTML, CSS, and JavaScript. Users can add new tasks, mark them as completed, and remove them from the list.

Getting Started

  1. Clone or Download the Repository: You can clone this repository using Git or download the zip file containing the HTML, CSS, and JavaScript files.
  2. Open the Files: Open the index.html file in your web browser to see the application running.

Functionality

  • Add Tasks: Enter a new task in the input field and click the "Add Task" button.
  • Mark Tasks Complete: Click the checkbox next to a task to mark it as completed. (Optional visual styling can be added for completed tasks)
  • Remove Tasks: Click the close button (X) next to a task to remove it from the list.

Code Structure

  • index.html: This file contains the main HTML structure of the application, including elements for the input field, button, and task list.
  • style.css: This file defines the styles for the application's visual appearance (optional, but recommended for a more polished look).
  • script.js: This file contains the JavaScript code responsible for adding new tasks, handling checkboxes, and removing tasks.

About

Simple To-Do List App with HTML, CSS, and JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors