Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haquanq/fm-social-media-dashboard-with-theme

Solution for frontendmentor.io challenge: social-media-dashboard-with-theme
https://github.com/haquanq/fm-social-media-dashboard-with-theme

css frontend-mentor frontendmentor-challenge html javascript

Last synced: 29 days ago
JSON representation

Solution for frontendmentor.io challenge: social-media-dashboard-with-theme

Awesome Lists containing this project

README

        

## 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](https://www.frontendmentor.io/challenges/social-media-dashboard-with-theme-switcher-6oY8ozp_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

### Challenge

- No access to design files :expressionless:

Users should be able to:

- View the optimal layout for the site depending on their device's screen size :yum:
- See hover states for all interactive elements on the page :yum:
- Toggle color theme to their preference :yum:

### Solution

- Built with: `HTML` `CSS` `JS`
- Mobile first workflow

:link: [`Solution Link`](https://www.frontendmentor.io/solutions/only-html-and-css-and-js-U4dZJoVLIj) :link: [`Live Site Link`](https://haquanq.github.io/fm-social-media-dashboard-with-theme/)

![](./.docs/design/desktop-design-dark.jpg)

## Working in `fm-social-media-dashboard-with-theme` repository

### Packages being used

- [`browser-sync`](https://github.com/BrowserSync/browser-sync)

### Clone this project to your machine

Make sure you have Git installed in your system, open new terminal, run the following command:

```
git clone https://github.com/haquanq/fm-social-media-dashboard-with-theme.git
```

Then, run `npm install` to install all dependencies.

```
npm install
```

### Development workflow

In terminal, run `npm run dev` to start development server:

```
npm run dev
```