This is a simple JavaScript program to demonstrate CRUD operations using Local Storage
N.O.T.E. This is just for demo purpose, the validations are not perfect, but it can be customized as needed.
HTML, SCSS, vanilla JavaScript
Download and run on your local machine - It is as simple as that.
- Validation for UPDATE operation - preventing new records to be added
- Optimize JS code