https://github.com/prabhu30/qr-code-component
This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
https://github.com/prabhu30/qr-code-component
bem-css css3 html5
Last synced: about 2 months ago
JSON representation
This is a challenge project listed on frontend mentor website. I built the project by looking at the design image given.
- Host: GitHub
- URL: https://github.com/prabhu30/qr-code-component
- Owner: prabhu30
- Created: 2022-12-14T04:15:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T04:32:23.000Z (over 3 years ago)
- Last Synced: 2025-03-28T20:48:33.220Z (about 1 year ago)
- Topics: bem-css, css3, html5
- Language: CSS
- Homepage: https://prabhu30.github.io/qr-code-component/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - QR code component solution
This is a solution to the [QR code component challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
## Overview
### Screenshot

### Links
- Solution URL: [Visit now](https://github.com/prabhu30/qr-code-component)
- Live Site URL: [Visit now](https://prabhu30.github.io/qr-code-component/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- CSS Grid
- Mobile-first workflow
### What I learned
In this project, I learnt how to use CSS grid to center content, max-width property to limit the product of card and how to use variables to color text and background colors of components.
### Continued development
I am planning to include this component in full page & end-to-end websites, so that way i would understand what changes have to be made to the design for better visual experience.