I'm most proud of implementing a solution that fits the design goal, specifically the sidebar menu. I don't think I would change anything, because I was able to problem solve and learn through this project.
What challenges did you encounter, and how did you overcome them?The main challenge that I came across was figuring out how to implement the sidebar menu so that it would overlay on top of the body. I was able to overcome this by creating a new div element within the nav section, and giving it position: sticky with a z-index: 99; so that it would be on top of the body. I also gave it a min-height: 100vh so that it would take up the entire height of the screen.
What specific areas of your project would you like help with?I feel confident about my solution, but I am always open to any feedback and improvements that I could make to my solution. Thank you!