Added the main navbar.
It's a bit messy, but it works. In the future the code should be a bit more optimized and refactored.
The user will see a different navbar depending on if they are logged in or logged out.
I also added the about page, but its empty.
The resources page does not exist yet so it will show an error.
The navbar is wrapped in a component so if the navbar ever fails from errors, the rest of the app still works.
Styles of the navbar created by med4kat med4kat@users.noreply.github.com xintamosaik https://github.com/xintamosaik
Added the main navbar. It's a bit messy, but it works. In the future the code should be a bit more optimized and refactored. The user will see a different navbar depending on if they are logged in or logged out. I also added the about page, but its empty. The resources page does not exist yet so it will show an error.
The navbar is wrapped in a component so if the navbar ever fails from errors, the rest of the app still works.