Skip to content

Commit 1f0fb57

Browse files
docs: update README with live demo link, correct repo URL, and fix logo filename
1 parent 558fa28 commit 1f0fb57

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
<p align="center">
2020
<img src="https://img.shields.io/badge/University-Daffodil%20International%20University-002147?style=flat-square" alt="DIU">
2121
<img src="https://img.shields.io/badge/Semester-Spring%202026-informational?style=flat-square" alt="Semester">
22+
<img src="https://img.shields.io/badge/Status-Deployed-brightgreen?style=flat-square" alt="Deployed">
23+
</p>
24+
25+
<p align="center">
26+
<a href="https://mohammademon10.github.io/Data-Structure-CSE124-PROJECT/"><strong>🌐 Live Demo →</strong></a>
27+
&nbsp;&nbsp;|&nbsp;&nbsp;
28+
<a href="https://github.com/mohammademon10/Data-Structure-CSE124-PROJECT"><strong>📦 Repository →</strong></a>
2229
</p>
2330

2431
---
@@ -130,7 +137,7 @@ Student-Database-Management-System/
130137
│ ├── js/
131138
│ │ └── app.js # CRUD logic with localStorage
132139
│ └── assets/
133-
│ └── diu-logo.png # University logo
140+
│ └── DIU_logo.jpg # University logo
134141
135142
├── tests/ # Test documentation
136143
│ └── test_cases.txt # 20 functional test cases
@@ -181,8 +188,8 @@ graph TD
181188

182189
### Clone the Repository
183190
```bash
184-
git clone https://github.com/your-username/Student-Database-Management-System.git
185-
cd Student-Database-Management-System
191+
git clone https://github.com/mohammademon10/Data-Structure-CSE124-PROJECT.git
192+
cd Data-Structure-CSE124-PROJECT
186193
```
187194

188195
### Run the Console Backend

0 commit comments

Comments
 (0)