WikiViewer - Feedback welcome!

Hi campers :slight_smile:

I just finished my Wikipedia Viewer and would like some suggestions/comments/feedback. I took the feedback from my last project and applied it on here.

Link to the project:

Thank you!

Hey GianFranco,

It’s a beautiful navbar and a great use of icons and color! And i like that it autoscrolls to the top when you search, it makes it very comfortable to use.

The one question I have is about your use of javascript to apply color change to the buttons. Is there a reason you did that way vs using css hover property like:

button{ . color: white; . &:hover{color: grey;} }

Great job!

You’re right. Thanks! 15+ lines of Javascript to 2 lines of CSS.