Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyruskabir/nft-preview-card
https://github.com/cyruskabir/nft-preview-card
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyruskabir/nft-preview-card
- Owner: CyrusKabir
- Created: 2022-08-27T18:23:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T18:12:24.000Z (about 2 years ago)
- Last Synced: 2023-12-29T00:31:31.496Z (10 months ago)
- Language: SCSS
- Size: 508 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Useful resources](#useful-resources)## Overview
### The challenge
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements### Screenshot
![](./screenshot-desktop.png)
### Links
- Solution URL: [Solution](https://www.frontendmentor.io/solutions/nft-preview-card-component-sass-and-webpack-5-489uXTBKcT)
- Live Site URL: [Live Demo](https://cyruskabir.github.io/nft-preview-card/build)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Sass### What I learned
I learned a lot about some sass featrues like color functions and loops.also I learned a lot about webpack and best practices on webpack configurations. it was a new concept for me (module bundlers) and I learned a lot at first with this little fem challenge about webapck. also I used autoprefixer which it was new too.
### Useful resources
for webpack, docuemnt itself was so helpful but i used webpack book on this link
[Webpack Book](https://survivejs.com/webpack/introduction/)