Skip to main content

Simple todos List Management App

A Simple Todo List Application written with HTML and JavaScript, and using Local Browser Storage.

The Todo List app is open source:

Based on the Vanilla JS Todo MVC Project. But heavily re-written to simplify, add more bug and automation potential, and add an admin feature set.

The application have been deployed to:

The application was used as the sample app in my Linkedin Learning Course Selenium WebDriver Page Objects and Abstractions

Technology

  • CSS
  • HTML5
  • Vanilla JavaScript
  • The todo lists are stored in the browsers Local Storage.