The main component will be called NavigationBar. It is located in components/NavigationBar/NavigationBar.js
Reminder that this component will be reusable between different pages. We also want to make sure it can be updated fairly easily if we want to change the button links for example. I am thinking we will have an array stored inside the Constants object that is provided (ctrl-click or cmd-click on the file location to instantly navigate to the specified file)
Follow a similar format for Logo for exporting default. Logo is located at components/Logo/Logo.js. Feel free to use any SVG as a placeholder for now.
The main component will be called
NavigationBar
. It is located incomponents/NavigationBar/NavigationBar.js
Reminder that this component will be reusable between different pages. We also want to make sure it can be updated fairly easily if we want to change the button links for example. I am thinking we will have an array stored inside the
Constants
object that is provided (ctrl-click or cmd-click on the file location to instantly navigate to the specified file)Follow a similar format for Logo for exporting default. Logo is located at
components/Logo/Logo.js
. Feel free to use any SVG as a placeholder for now.