Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haquanq/fm-stats-preview-card

Solution for frontendmentor.io challenge: stats-preview-card
https://github.com/haquanq/fm-stats-preview-card

css frontendmentor frontendmentor-challenge frontendmentor-solution html

Last synced: 15 days ago
JSON representation

Solution for frontendmentor.io challenge: stats-preview-card

Awesome Lists containing this project

README

        

## Frontend Mentor - Stats preview card component solution

This is a solution to the [Stats preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/stats-preview-card-component-8JqbgoU62).
Frontend Mentor challenges help you improve your coding skills by building realistic projects.

### The challenge

- No access to design files :expressionless:

Users should be able to:

- View the optimal layout depending on their device's screen size :yum:

### Solution

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

:link: [`Solution Link`]() :link: [`Live Site Link`]()

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

## Working in `fm-stats-preview-card` 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-stats-preview-card.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
```