I built a simple To Do List with React, timeboxed to 2 hours (give or take an hour since I'm rusty).
- Minimal UI
- Tasks include title and description
- Create/edit/delete tasks
- Tasks are persisted to
localStorage
This was bootstrapped with Create React App and the UI is inspired by Cultured Code's Things.