/frontendmentor-socmed-dashboard

Solution for the Social Media Dashboard challenge at FrontEndMentor.io

Primary LanguageSCSS

Frontend Mentor - Social media dashboard with theme switcher solution

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.

Table of contents

Overview

The challenge

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
  • Toggle color theme to their preference

Screenshot

Screenshot of the website in light mode Screenshot of the website in dark mode

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS variables
  • CSS Grid

Continued development

In the next project, I wanted to focus more on code organization when using CSS such as using utility-first CSS.

Useful resources

  • W3School - Toggle Switch - I didn't use this solution in the end, but it definitely gave me some idea on how to implement it.

Author