mrcbq / portfolio-mobile-first

Portfolio web page, it's a showcase of my main projects with my contact info. Built with JS Vanilla, HTML and CSS.
https://mrcbq.github.io/portfolio-mobile-first/
MIT License
5 stars 1 forks source link

Mobile menu implemented #7

Closed mrcbq closed 1 year ago

mrcbq commented 1 year ago

For this milestone of my portfolio website, my coding partner and l implement the mobile menu using our recently acquired JavaScript knowledge.

We implement the following features:

When the user clicks the burger button, the mobile menu appears. When the user clicks the close (X) button, the mobile menu disappears. When the user clicks any of the mobile menu options, the mobile menu disappears. When the user clicks any of the mobile menu options, the correct part of the page is displayed.