Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishkk22/crud-operation-in-js
https://github.com/ashishkk22/crud-operation-in-js
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashishkk22/crud-operation-in-js
- Owner: ashishkk22
- Created: 2023-02-06T13:54:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T07:44:26.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T22:13:42.692Z (2 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
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)