Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haquanq/fm-nft-preview-card-component
Solution for frontendmentor.io challenge: nft-preview-card-component
https://github.com/haquanq/fm-nft-preview-card-component
css frontendmentor frontendmentor-challenge frontendmentor-solution html
Last synced: 9 days ago
JSON representation
Solution for frontendmentor.io challenge: nft-preview-card-component
- Host: GitHub
- URL: https://github.com/haquanq/fm-nft-preview-card-component
- Owner: haquanq
- License: mit
- Created: 2024-05-28T06:08:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:57:02.000Z (4 months ago)
- Last Synced: 2024-07-10T05:46:10.520Z (4 months ago)
- Topics: css, frontendmentor, frontendmentor-challenge, frontendmentor-solution, html
- Language: CSS
- Homepage: https://haquanq.github.io/fm-nft-preview-card-component/
- Size: 114 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 - NFT preview card component solution
This is a solution to the [NFT preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/nft-preview-card-component-SbdUL_w0U).
Frontend Mentor challenges help you improve your coding skills by building realistic projects.### The challenge
- No access to design files, attempt pixel-perfect
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements### Solution
- Built with: `HTML` `CSS`
- Mobile-first workflow![](./.docs/design/desktop-design.jpg)
## Working in `fm-nft-preview-card-component` repository
### 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-nft-preview-card-component.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
```