This is a template for Navbar using react routing. React routing is a way to create multiple pages in React JS and by linking and clicking some buttons or texts like in navbar options, you can jump into those pages if you want to.
After cloning this project into your local, install the node_modules by typing in your terminal 'npm install'.
and after that, install the react routing by typing 'npm install react-router-dom'.
then you're good to go!