Implement a menu slider (with "hamburger button") and pop-up modal with CSS and VanillaJS
- Create and style a landing page
- Style side nav bar and modal
- Add functionality to make menu open/close on button click
- Add functionality to make modal open/close on button click
Special thanks to Brad Traversy for your amazing Udemy tutorials.
Install prettier on your local dev environment with
npm install --save-dev --save-exact prettier