Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmanimashaun/product-preview-card-component
https://github.com/fmanimashaun/product-preview-card-component
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fmanimashaun/product-preview-card-component
- Owner: fmanimashaun
- Created: 2023-01-14T18:14:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T18:17:58.000Z (about 2 years ago)
- Last Synced: 2025-01-20T23:07:29.196Z (about 1 month ago)
- Language: CSS
- Size: 977 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome! 👋
## Frontend Mentor - Product preview card component solutionThis 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.
## 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)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### The challenge
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover and focus states for interactive elements### Screenshot
#### Desktop view
![Desktop view](screenshots/desktop.png)#### Mobile view
![Moboile view](screenshots/mobile.png)### Links
- Solution URL: [Click here](https://github.com/fmanimashaun/product-preview-card-component)
- Live Site URL: [Click here](https://fmanimashaun.github.io/product-preview-card-component/)## My process
### Built with
- Semantic HTML5 markup
- CSS
- Flexbox
- CSS Grid
- Mobile-first workflow### What I learned
I was able to demonstrate the use of flexbox and grid layout while at the same time using media-query as shown below:
````
@media only screen and (max-width: 600px) {}
````### Continued development
I still have a lot to learn on layout using flexbox and grid and I will be focusing more responsive web design for future projects
### Useful resources
------
## Author
- Website - [Personal site under development](https://fmanimashaun.com)
- Frontend Mentor - [@fmanimashaun](https://www.frontendmentor.io/profile/fmanimashaun)
- Twitter - [@fmanimashaun](https://twitter.com/fmanimashaun)## Acknowledgments