This is a modest todo list application, built in JavaScript, with localStorage implemented.
Users can create, edit and delete projects and todos. Todos have priorities, descriptions, due dates and notes and can be marked as completed.
To try it out, visit the following link:
https://msespos.github.io/todo-list/
Thanks to AA for mentoring assistance on this project.