Skip to content

This is a simple, responsive To-Do list web application built with HTML, CSS, and JavaScript. It's designed with a clean user interface and separates content, styling, and logic into three distinct files.

License

Notifications You must be signed in to change notification settings

shahabhilash/Task-List-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-List-Application

Simple To-Do App This is a clean and responsive to-do list web application. It allows users to add, edit, mark as complete, and delete tasks. The user interface is designed with a modern, dark theme and uses separate files to organize the HTML, CSS, and JavaScript.

Features Add Tasks: Easily add new tasks with a single click.

Edit Tasks: Update the text of an existing task.

Mark as Done: Toggle the completion status of a task.

Delete Tasks: Permanently remove a task from the list.

Responsive Design: The layout adjusts to fit different screen sizes, from mobile to desktop.

Clean Code Structure: The project follows best practices by separating content, styling, and logic into three distinct files.

How to Run the Project Clone the Repository: Clone this project to your local machine using your preferred method (e.g., git clone).

Open the File: Simply open the index.html file in any modern web browser.

Start Adding Tasks: Use the input box to add new tasks to your list.

Project Structure index.html: The main HTML file that defines the structure and content of the web page.

style.css: The stylesheet that provides all the visual styling, including colors, layout, and button designs.

script.js: The JavaScript file that handles all the application logic, such as adding, editing, and deleting tasks.

Technologies Used HTML

CSS

JavaScript image

About

This is a simple, responsive To-Do list web application built with HTML, CSS, and JavaScript. It's designed with a clean user interface and separates content, styling, and logic into three distinct files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published