Skip to content

melissazpd/qr-code-component-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - QR code component solution

This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Screenshot

Links

My process & What I learned

I started by building the iteams in HTML, even if it looked cluncky and ugly, I tried to get the foundation before moving on to CSS

Then I started to play with the visual aspects of the QR code, where I found out that using pixels wasn't the solution I wanted to use. I felt that it doesn't make the transition from desktop to mobile seamless. I found some resources that helped me learn about viewport units to implement them into my code.

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Included Viewport units

Continued development

I still feel like my code does not have a good flow when transitioning into different sized screens. I would love to continue practicing and finding the best way to make it more seamless.

I'm also looking to see what the best practice is when using units. Is it best practice for me to use all viewport? Is it ok for me to mix and match?

Useful resources

Author