Skip to content

Irenaeus-XVI/CRUDS-PROJECT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRUDS-PROJECT

Table of Contents

Overview

This CRUDS-PROJECT is a simple web application that allows you to perform CRUD (Create, Retrieve, Update, Delete, Search) operations on product details. It provides a user-friendly interface for managing product data.

Create Products

Add product details using a form.

Create Products

Retrieve

Display product details in a list.

Retrieve

Update

Update product details.

Update 1 Update 2

Delete

Delete a product from the list.

Delete 1 Delete 2

Search

Search for products.

Search 1 Search 2 Search 3

Validation

Validation

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • Regular Expressions (Regex)
  • Local Storage