Skip to content

bryan-panaccione/ToDoList_Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList_Basic

This repository is a How-To on creating a JS/HTML/CSS To-Do list. It is not functional on its own, the pages are not linked and the HTML is a snippet of what is required to execute the JS. The JS, HTML and CSS files in this repository are heavily commented, describing what each line or section of code is responsible for. Using these comments and the code provided, a beginner will be able to gain significant understanding of the DOM.

Functionalities of this To Do List include: Add Tasks; Delete Tasks; Mark Tasks as complete; Save Task list; Clear tasks from DOM; Pull most recent saved task; Press "Save" button on an empty list to clear localStorage

This to do lists uses localStorage() to save and pull previously typed to do lists.

To see this To Do list in action go to bryan-panaccione/PersonalSite and open todo-page.html

About

This repository focuses on the JS/HTML/CSS relationship in creating a To Do List. Following the detailed comments, anyone should be able to incorporate this to do list into any web page with ease.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors