Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.