From 6e09ae97526e26e6add81febee4495aa8ca5249b Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Mon, 26 May 2025 00:03:24 +0330 Subject: [PATCH] vault backup: 2025-05-26 00:03:24 --- .../Session06/Session06.md | 417 +++++++++++++++++- .../Session07/Session07.md | 0 .../Session07/Zustand.md | 16 + 3 files changed, 429 insertions(+), 4 deletions(-) create mode 100644 02_ProjectOrientedSessions/Session07/Session07.md create mode 100644 02_ProjectOrientedSessions/Session07/Zustand.md diff --git a/02_ProjectOrientedSessions/Session06/Session06.md b/02_ProjectOrientedSessions/Session06/Session06.md index 35df492..2891bb6 100644 --- a/02_ProjectOrientedSessions/Session06/Session06.md +++ b/02_ProjectOrientedSessions/Session06/Session06.md @@ -1,5 +1,414 @@ -https://github.com/3lf/design-patterns-for-humans -# Store? -# Pages? -# Routing ? +# Branching +- [ ]  Create the feature/navbar branch based on develop + +# Adding a Navbar +## 🔹 What Is a Navbar? +- A **navigation bar (navbar)** is a UI element typically placed at the **top** or **side** of a web app. + +- [ ] Use a `