Quote
"Ey neymar, sunny init" - Marcus Rashford
Description
This PR adds a persistent navbar so users can move between the Users page, Projects/NPO page, and future pages
Instructions
Task
- Create
client/src/components/Navbar.jsx
- Include links/tabs for: Users, Projects (NPO info), and a pattern for adding future pages
- Navbar should be visible on every page (mount it above the routed content, not per-page)
- Highlight the currently active page/tab
- Use React Router so navigation doesn't trigger a full page reload
Example of what a navbar looks like (pages not made for our usecase)
Acceptance Criteria
Resources
Quote
"Ey neymar, sunny init" - Marcus Rashford
Description
This PR adds a persistent navbar so users can move between the Users page, Projects/NPO page, and future pages
Instructions
Task
client/src/components/Navbar.jsxExample of what a navbar looks like (pages not made for our usecase)
Acceptance Criteria
Navbar.jsxcreatedResources