https://github.com/devmor-j/fm-nft-preview-card-component
https://github.com/devmor-j/fm-nft-preview-card-component
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmor-j/fm-nft-preview-card-component
- Owner: devmor-j
- Created: 2022-03-17T17:48:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T11:10:34.000Z (about 4 years ago)
- Last Synced: 2025-01-11T03:19:18.984Z (over 1 year ago)
- Language: CSS
- Size: 148 KB
- Stars: 0
- Watchers: 2
- 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)
- [Author](#author)
## 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

### Links
- Solution URL: [Github Repo](https://github.com/devmor-j/fm-nft-preview-card-component)
- Live Site URL: [Github Pages](https://devmor-j.github.io/fm-nft-preview-card-component/)
## My process
I Tried vanilla CSS first but after a while number of class names got out of control so I thought maybe this project should be done using Tailwind CSS. Turned out this was a great decision... Thanks Tailwind :)
### Built with
- Semantic HTML5 markup
- div-less structure (no extra useless div tags)
- [TailwindCSS](https://tailwindcss.com/) - Main framework for CSS styling
- Mobile-first workflow
## Author
- Frontend Mentor - [@devmor-j](https://www.frontendmentor.io/profile/devmor-j)