You can see it running here: https://lucasms115.github.io/ReactScrollNavBuild/#/
To change the burger icon color go to "Burger.jsx"
To change the links text colors go to "NavBt.js"
To change the background color, texts and paths, the text below the links on the side menu and the logo go to "RigthNav.jsx"
NEED TO INSALL THIS PACKAGES TO USE ON ANOTHER PROJECT:
styled-components;
react-scroll;
react-router-dom;
The biggest part of this code I saw here: https://www.youtube.com/watch?v=GGkBwpxV7AI&list=PLddTotmt_033WtcvvNIStUxtQ37XNvwE4&index=12
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).