Skip to content

acw-portfolio/fe-mentor-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - NFT preview card component solution

This is a solution to the NFT preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects, its really great stuff!

Table of contents

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

preview

Links

My process

Built with

  • CSS Flexbox
  • CSS 3D Transform
  • Wick - Web Component Compiler

What I learned

I used this project as basic trail run of the hot-module reloading solution implemented in Wick. It helped me flush out some bugs in the code and improve basic developers experience.

The NFT card is built as a self contained component that has properties that can be individually set:

<card 
    src="images/image-equilibrium.jpg"
    title="Equilibrium #3429"
    description="Our Equilibrium collection promotes balance and calm."
    denomination="ETH"
    value="0.041"
    time="3 days"
    creator="Jules Wyvern"
/>

Author

About

Frontend Mentor | NFT Token Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages