Skip to main content

Todo List

·90 words·1 min
Project JavaScript
Aryan Goyal
Author
Aryan Goyal
I make a lot of useless software
Table of Contents

A to-do list website made for demonstrating understanding in Object Oriented concepts in JavaScript and the ability to use bundling systems like webpack for organisation of JavaScript code.

Hosted at: https://ary82.github.io/todo-list

ary82/todo-list

Minimal Todo List written in vanilla JS

JavaScript
0
0

Features
#

  • Organize Todos within Projects and view them using a variety of views
  • Mark tasks as completed simply by clicking them.
  • Persist data in local storage
  • A Nice UI with theme switcher

Functionality
#

  • Written in Vanilla JavaScript
  • localStorage for storing todos
  • Organized and packaged using Webpack