Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esraaalzoghby/crud-product-app
A simple CRUD (Create, Read, Update, Delete) application demonstrating the core functionalities of managing data.
https://github.com/esraaalzoghby/crud-product-app
bootstrap crud crud-app crud-application html-css-javascript
Last synced: 14 days ago
JSON representation
A simple CRUD (Create, Read, Update, Delete) application demonstrating the core functionalities of managing data.
- Host: GitHub
- URL: https://github.com/esraaalzoghby/crud-product-app
- Owner: EsraaAlzoghby
- Created: 2024-11-26T21:28:53.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-26T22:23:49.000Z (3 months ago)
- Last Synced: 2024-12-06T11:13:46.796Z (2 months ago)
- Topics: bootstrap, crud, crud-app, crud-application, html-css-javascript
- Language: JavaScript
- Homepage: https://esraaalzoghby.github.io/CRUD-Project/
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Product App
This CRUD app is a simple web application built using HTML, CSS, and JavaScript. It allows users to perform basic CRUD operations on a dataset, such as:
- Creating new records.
- Reading existing records.
- Updating records.
- Deleting records.
- Searching for products by name.
## Features
-
Add Product: Users can add a new product to the list. -
View Products: Displays all existing products in a user-friendly table. -
Edit Product: Users can update product details. -
Delete Product: Users can remove a product from the list. -
Search Product: Users can search for a specific product using its name or description. -
Responsive: The app is designed to work on various screen sizes.
## Live Demo
Check out the live demo **[here](https://esraaalzoghby.github.io/CRUD-Project/)**.
## ScreenShot
Thank you for checking out the CRUD-Product App project! Please feel free to reach out if you have any questions, suggestions, or improvements.