Skip to content

Riyakuila/Dynamic-To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic To-Do List

This is a simple and dynamic To-Do List web application that allows users to create, manage, and track their tasks. The website offers a clean user interface and includes features such as task addition, deletion, and local storage for saving tasks.

Features

  • *Add Tasks: Users can add tasks by typing in the input box and clicking the *"Add" button.
  • *Delete Tasks: Tasks can be removed by clicking the *"×" symbol next to the task.
  • Mark as Complete: Tasks can be marked as complete by clicking on them, which applies a strikethrough style.
  • Persistent Data: Tasks are saved in the browser's local storage, so they remain even after the page is refreshed.

Technologies Used

  • HTML: Structures the content of the web page.
  • CSS: Styles the web page, providing layout and colors.
  • JavaScript: Implements the functionality of the To-Do List, including task management and local storage.

Project Structure

  • index.html: The main HTML file that structures the content and links the CSS and JavaScript files.
  • style.css: Contains the styles for the To-Do List, including layout and colors.
  • script.js: The JavaScript file that adds interactivity to the To-Do List, such as adding, deleting, and saving tasks.

Sample Video

Here is a sample video demonstrating the To-Do List application.

About

Dynamic To-Do List Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published