DrStrangeloovee / Elevate360

0 stars 0 forks source link

Implement Navigation bar #28

Open DrStrangeloovee opened 2 months ago

DrStrangeloovee commented 2 months ago

Continuation of #15.

The navigation bar serves as global element which stays at the top of every page the user navigates to. The navigation bar is best implemented in the +layout.svelte which is then served at the top of all pages.

The navigation bar represents the state of a logged-in/out user so that has to be considered while implementing.