Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
/ todo Public archive

Simple to-do list app using vanilla JS and HTML5 localStorage.

Notifications You must be signed in to change notification settings

anna-wro/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

To-Do app

Simple to-do app that allows users to keep track of tasks. All changes can be saved in localStorage.

Rewritten in vanilla JavaScript.

You can also see previous version (with jQuery).