https://github.com/sakr2000/crud-system
Simple CRUD system with JavaScript
https://github.com/sakr2000/crud-system
bootstrap crud javascript localstorage
Last synced: 4 months ago
JSON representation
Simple CRUD system with JavaScript
- Host: GitHub
- URL: https://github.com/sakr2000/crud-system
- Owner: sakr2000
- Created: 2021-04-30T15:55:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T19:59:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T14:49:15.531Z (6 months ago)
- Topics: bootstrap, crud, javascript, localstorage
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-system
Simple CRUD system that performs :
- Create product
- Read products
- Update product
- Delete product**🚀You can try it here:** https://sakr2000.github.io/CRUD-system/
## Technologies 💻
The used technologies in the project are :



## Features
1. **_Simple user interface_** 🖥️
3. **_Stores products on local storage so data is not lost when the page is refreshed or closed_** ♻️
2. **_Input validations_** ✔️
3. **_Search the added products_**