Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haquanq/fm-social-media-dashboard-with-theme
- Owner: haquanq
- License: mit
- Created: 2024-06-07T07:07:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T07:16:09.000Z (8 months ago)
- Last Synced: 2024-11-07T02:24:12.683Z (3 months ago)
- Topics: css, frontend-mentor, frontendmentor-challenge, html, javascript
- Language: HTML
- Homepage: https://haquanq.github.io/fm-social-media-dashboard-with-theme/
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```