CRUD To-Do List Application
12/2/2024

A small full-stack app that demonstrates Create, Read, Update and Delete for tasks. I focused on clean code, end-to-end typing, and a straightforward UX: open tasks appear on top, completed ones at the bottom. Data is kept in memory (per the challenge), but the code is structured to plug in a database later.
CRUDNode.jsHTML/CSSFull-Stack