Description:
Implement page-based routing with React Router for /login, /register, /dashboard, /notes, and /profile.
Acceptance Criteria:
-
Each route shows corresponding component.
-
Redirect unauthenticated users from private routes.
-
Fallback 404 route added.