`, so it shows on **all pages**.
-- The surrounding `` adds space at the top so that page content isn’t hidden behind the navbar (assuming the navbar is fixed).
---
-## ✅ Checklist for Setting Up Routing
+## Setting Up Routing
-### 1. **Install React Router** (If you haven't already)
+- [ ] **Install React Router** (If you haven't already)
```bash
npm install react-router-dom
```
-### 2. **Wrap Your App in Router**
+- [ ] **Wrap Your App in Router**
```jsx
@@ -401,12 +273,21 @@ npm install react-router-dom
```
-### 3. **Define Routes**
+- [ ] **Define Routes**
```jsx
} />
} />
```
+## 🚧Merge
+- [ ] Create a PR and merge the current branch with develop
+
+# 🧠 Hints & Notes
+# 🙌 Acknowledgements
+
+- ChatGPT for snippet refinement and explanations
+# 🔍 References
+
+
+
-# Merge
-- [ ] Create a PR and merge the current branch with develop
\ No newline at end of file