Student List: Live Demo

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.

Add a student

All students

Name Class Attendance Description Actions

Open the console (F12) and watch

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.