/CRUD-JS-Using-LocalStorage

A Simple JavaScript program to demonstrate CRUD operations using Local Storage

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

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