Skip to content

A todo list web app that allows you to create, edit, and delete projects and tasks that are saved locally to your device

Notifications You must be signed in to change notification settings

ARaza-13/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a ToDo List that has various basic necessities such as creating/viewing projects, creating/viewing todo tasks for each individual project, editing/deleting project and task objects, and much more.

This project is bundled together using webpack, which is necessary in coordinating various Javascript modules together in serving their purpose, as each individual module follows the 'Single Responsibility Principle' based on the SOLID Principle framework.

The project also utilizes local storage, allowing user created projects and tasks to be saved locally on the user's device.

Live Demo: https://araza-13.github.io/todo-list/

About

A todo list web app that allows you to create, edit, and delete projects and tasks that are saved locally to your device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published