Skip to content

Commit f8b50c5

Browse files
committed
updated and added readme file.
1 parent 1cee3ad commit f8b50c5

4 files changed

Lines changed: 57 additions & 0 deletions

File tree

README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# CRUD javascript
2+
3+
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.
4+
5+
---
6+
7+
## 📷 Screenshot
8+
9+
![Dashboard Screenshot](/images/Screenshot%202026-01-22%20032125.png)
10+
11+
![validation](/images/Screenshot%202026-01-22%20032138.png)
12+
13+
![products](/images/Screenshot%202026-01-22%20032256.png)
14+
15+
---
16+
17+
## 🌟 Features
18+
19+
- Create new items
20+
- View stored items
21+
- Update existing items
22+
- Delete items
23+
- validation and error handling
24+
- Client-side data management (Local Storage)
25+
26+
---
27+
28+
## 💻 How to run it
29+
30+
1. Clone the repository:
31+
32+
```bash
33+
git clone https://github.com/badriyassine/crud_bootstrap_javascript.git
34+
```
35+
36+
2. Open the folder:
37+
38+
```bash
39+
open index.html in your browser.
40+
```
41+
42+
---
43+
## ⚙️ Technologies Used
44+
45+
- html
46+
- css
47+
- JavaScript
48+
- Bootstrap
49+
- validation
50+
51+
---
52+
53+
## 👤 Author
54+
55+
Made by [**BADRI YASSINE**](https://github.com/bdriyassine)
56+
57+
---
31.7 KB
Loading
37.6 KB
Loading
46.2 KB
Loading

0 commit comments

Comments
 (0)