Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashishkk22/crud-operation-in-js


https://github.com/ashishkk22/crud-operation-in-js

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# CRUD Operation in Javascript.

A Single Page Javascript CRUD application where user can add products and based on the id, name and price they can sort in ascending or in descending order. Used localstorage to store the product details.

## Demo

https://crud-operations-in-js.netlify.app/

## Screenshots

#### Products page

![App Screenshot](https://i.ibb.co/NjVjVQz/Screenshot-from-2023-02-10-15-37-34.png)

#### Add Product page

![App Screenshot](https://i.ibb.co/XVNgdn3/Screenshot-from-2023-02-10-15-39-08.png)