DEV Community

Cover image for Responsive Social Media Dashboard with Theme Switcher (SCSS + JS)
Kanishka Priyashantha
Kanishka Priyashantha

Posted on โ€ข Edited on

Responsive Social Media Dashboard with Theme Switcher (SCSS + JS)

I've just completed a front-end coding challenge from @frontendmentor! ๐ŸŽ‰

This is my solution for the Social Media Dashboard with Theme Switcher.

You can see my solution here: https://www.frontendmentor.io/solutions/responsive-social-media-dashboard-with-theme-switcher-scss-js-SlFQ0A6SQ4

Live Preview: https://kanishkasubash.github.io/social-media-dashboard/

View Code: https://github.com/kanishkasubash/frontend-mentor-challenges/tree/main/social-media-dashboard/build

๐Ÿ› ๏ธ Built With:

  • Semantic HTML5 markup
  • SASS/SCSS
  • Node.JS
  • GULP.JS
  • Vanilla JS
  • Mobile First Approach

๐Ÿ“ฆFeatures:

  • The user indicates their preference through an operating system setting (e.g. light or dark mode) or a user agent setting.
  • Responsiveness (Mobile/Tab/Laptop/Desktop).
  • Toggle button for custom Theme Change.
  • Hover Effects
  • Animations

๐Ÿ”–What I am used:

  • Toggling Button Link
  • prefers-color-scheme. Link
  • Window: localStorage property. Link
  • CSS Flexbox & Grid. Link

๐Ÿ’กAny suggestions on how I can improve are welcome!

Top comments (2)

Collapse
ย 
mursalfk profile image
Mursal Furqan Kumbhar โ€ข

Hi @kanishkasubash

First of all, welcome to the amazing dev.to community. We hope you have an amazing time here, time full of learning, sharing and help building this community an amazing place.

Congratulations on competing the front-end coding challenge from frontendmentor. ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ [Calls for a coffee party ๐Ÿ˜‰]

Your article seems a good eye-catcher, but it would be really helpful if you share more details in your article, like including the screenshots, code snippets and of-course, sharing link to your amazing accomplishment.

Collapse
ย 
kanishkasubash profile image
Kanishka Priyashantha โ€ข

Hi @mursalfk

Thank you for the warm welcome to the community!. Seems very helpful, will definitely check it out. Thanks a lot.