A complete working CRUD app. Every row is a record saved in your browser's localStorage: refresh the page and your data is still there.
| Name | Class | Attendance | Description | Actions |
|---|
Every Create / Update / Delete action logs a line to the browser console explaining what just happened to localStorage. Use this to see CRUD in action, line by line.