This is my solution to the Intro section with dropdown navigation challenge on Frontend Mentor.
Users should be able to:
- View the relevant dropdown menus on desktop and mobile when interacting with the navigation links
- View the optimal layout for the content depending on their device's screen size
- See hover states for all interactive elements on the page
- Solution URL: https://github.com/kateneilsen/fm-intro-section-dropdown-nav
- Live Site URL: https://intro-section-dropdown-zeta.vercel.app/
- Svelte - JS Framework
- JavaScript
- Mobile-first workflow
- HTML
- CSS
- Flexbox
- CSS Grid
- Handle Outside Clicks for Dropdowns - This helped me listen for click events and close the dropdown if the user clicks on a different tab and/or outside the dropdown.
- GitHub - @kateneilsen
- Frontend Mentor - @kateneilsen