Skip to content

kaplansk/To-DoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

live---> https://velvety-moonbeam-45effd.netlify.app/

This project is a simple and user-friendly to-do list application designed to organize daily tasks. In this app, you can add new tasks by either clicking the "Add" button or pressing the Enter key on your keyboard. Added tasks can be marked as completed or deleted.

Features

  • Add tasks: Tasks can be added by clicking the "Add" button or pressing the Enter key.
  • Mark tasks as completed: Tasks can be marked as completed by clicking on them.
  • Delete tasks: Tasks can be removed from the list by clicking the "×" button next to them.
  • Save tasks: Added tasks are stored in the browser's local storage. Tasks are preserved even if the page is refreshed.

Usage

  1. Type a new task in the input box.
  2. Click the "Add" button or press the Enter key to add the task to the list.
  3. Click on the task to mark it as completed.
  4. Click the "×" button next to the task to remove it from the list.

Technical Details

  • Built using HTML, CSS, and JavaScript.
  • Tasks are stored using localStorage.
  • The user interface is simple and mobile-friendly.

Project Purpose

This app was created to improve my skills in JavaScript and web technologies while also providing an easy way to organize my daily tasks.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published