Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.1 KB

File metadata and controls

71 lines (45 loc) · 1.1 KB

CRUD javascript

CRUD application built with JavaScript (frontend only), implementing create, read, update, and delete logic using client-side data handling. Designed for learning and practice purposes.


Table of Contents


Live Demo

See the website live


Screenshot

products


Features

  • Create new items
  • View stored items
  • Update existing items
  • Delete items
  • validation and error handling
  • Client-side data management (Local Storage)

How to run it

  1. Clone the repository:
git clone https://github.com/badriyassine/crud_bootstrap_javascript.git
  1. Open the folder:
open index.html in your browser.

Technologies Used

  • html
  • css
  • JavaScript
  • Bootstrap
  • validation

Author

Made by BADRI YASSINE