This is a solution to the Social media dashboard with theme switcher challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
I coded the skeleton of the page in HTML. Then I set the layout of the page followed by styling all the components in CSS. The CSS was written using a mobile-first approach. After that I wrote javascript to make the dark mode functional.
- Semantic HTML5 markup
- SCSS
- Flexbox
- Mobile-first approach
- JavaScript
- Frontend Mentor - @fasih-mehmood