Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haquanq/fm-stats-preview-card
- Owner: haquanq
- License: mit
- Created: 2024-06-01T05:09:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T05:13:26.000Z (7 months ago)
- Last Synced: 2024-11-07T02:24:10.255Z (2 months ago)
- Topics: css, frontendmentor, frontendmentor-challenge, frontendmentor-solution, html
- Language: CSS
- Homepage: https://haquanq.github.io/fm-stats-preview-card/
- Size: 203 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 - 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
```