AtmosFears / AtmosFears-FE

0 stars 0 forks source link

Create nav bar with routing to appropriate screens #18

Closed MatiPl01 closed 1 year ago

MatiPl01 commented 1 year ago

Description

This PR adds the navigation bar component with the basic routing setup to navigate between screens corresponding to modules included in the app.

Example images

SpatialAirVis Page

For now only the existing map component is rendered

image

ModCal Page (and other pages)

I added a placeholder text to each page component. We will implement corresponding pages later

Screenshot 2023-05-08 at 14 52 06

Final thoughts

This PR is the first part of the navigation implementation PRs. I will improve nav bar in the next PR and add a footer component later.