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

https://github.com/prabhu30/nft-preview-card-component

This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
https://github.com/prabhu30/nft-preview-card-component

bem-css css3 html5

Last synced: 10 months ago
JSON representation

This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.

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)
- [Continued development](#continued-development)

## 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

![Website Output Screenshot](images/screenshot.png)

### Links

- Solution URL: [Visit now](https://github.com/prabhu30/nft-preview-card-component)
- Live Site URL: [Visit now](https://nft-ethereum-card.netlify.app/)

## My process

### Built with

- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow

### What I learned

- Through this project, I learnt how to overlay an image over another image, transitioning, centering that image, etc. I also learnt how block elements behave, how justify-content property of flexbox works, and few more things.

### Continued development
- This card component may not be used widely across day-to-day websites, since this is related to crypto. So, If i am going to work with ethereum in the future, then I might make use of this card component during design phase.