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!
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Solution URL: Github Repo
- Live Site URL: Github Page
- CSS Flexbox
- CSS 3D Transform
- Wick - Web Component Compiler
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"
/>
- Website - Anthony Weathersby
- Frontend Mentor - @acweathersby