Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 714 Bytes

File metadata and controls

31 lines (22 loc) · 714 Bytes

CRUD Operations in JavaScript using LocalStorage

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.

Preview



alt text

Tech Stack:

HTML, SCSS, vanilla JavaScript

How to Run?:

Download and run on your local machine - It is as simple as that.

To Dos:

  1. Validation for UPDATE operation - preventing new records to be added
  2. Optimize JS code