Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakr2000/crud-system
Simple CRUD system with JavaScript
https://github.com/sakr2000/crud-system
bootstrap crud javascript localstorage
Last synced: about 2 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T19:59:12.000Z (over 1 year ago)
- Last Synced: 2023-08-04T20:42:43.920Z (over 1 year ago)
- Topics: bootstrap, crud, javascript, localstorage
- Language: JavaScript
- Homepage:
- Size: 194 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 :
![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E)
![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)## 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_**