Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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_**