Create a navigation bar at the top by adding Navbar.js and Navbar.css. It might contain a project name and logo (once we have them) and a menu. It would also be nice to add a brief explanation of what this website is all about. Resize the map if necessary.
Check out react-bootstrap - it might be very helpful for creating a responsive navigation bar looking good on any screen.
Create a navigation bar at the top by adding
Navbar.jsandNavbar.css. It might contain a project name and logo (once we have them) and a menu. It would also be nice to add a brief explanation of what this website is all about. Resize the map if necessary.Check out react-bootstrap - it might be very helpful for creating a responsive navigation bar looking good on any screen.