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

https://github.com/code-beaker/product-preview-card-code

Frontend Mentor Challenge Solution
https://github.com/code-beaker/product-preview-card-code

challenge frontendmentor-challenge web

Last synced: 10 months ago
JSON representation

Frontend Mentor Challenge Solution

Awesome Lists containing this project

README

          

# Product Preview Card Challenge: Frontend Mentor Challenge

## Table of Contents

- [Product Preview Card Challenge: Frontend Mentor Challenge](#product-preview-card-challenge-frontend-mentor-challenge)
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Screenshot](#screenshot)
- [Desktop Preview](#desktop-preview)
- [Mobile Preview](#mobile-preview)
- [The Process](#the-process)
- [My workflow](#my-workflow)
- [Built With](#built-with)
- [What I learned](#what-i-learned)

## Description

This is a solution to the [Product preview card component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/product-preview-card-component-GO7UmttRfa). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Screenshot

### Desktop Preview

![](screenshot-desktop.png)

### Mobile Preview

![](screenshot-mobile.png)

## The Process

The process I went through creating the project.

### My workflow

I built this project with the help of the video created by **Kevin Powell**. I have made some _slight_ changes in the code. But not much. I found a lot of HTML and CSS stuff that I had never ever heard of. I had fun going through his video and exploring things.

### Built With

- Languages
- HTML5
- CSS3
- Technologies
- CSS Flexbox
- CSS Custom properties
- CSS Grid layout
- Responsive design

### What I learned

- CSS
- the use of `:is()` pseudo class in CSS
- Use of `display: flex;` in various ways
- HTML
- `` from HTML
- Learned to add better classnames to HTML elements.