Skip to content

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

alt text

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • Angular.js - Angular framework

What I learned

One major learning core for me is learning how to work with external fonts e.g. Google fonts To see how you can add code snippets, see below:

  <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap" rel="stylesheet">
 {
  box-sizing: border-box;
  font-family: "Outfit", "Helvetica", "sans-serif";
}

Continued development

Areas I will like to focus more in future projects includes the followings:

CSS Grid: Deepen understanding of CSS Grid for creating complex, responsive layouts. Experiment with grid template areas, implicit and explicit grid tracks, and responsive design patterns.

Flexbox: Refine skills with Flexbox, focusing on alignment, distribution, and responsive layouts. Practice handling edge cases and nested flex containers.

Master the use of media queries to create layouts that adapt to different screen sizes and orientations.

Useful resources

  • Google - This helped me to quickly research a style or things I'm not clear with. I really liked this pattern and will use it going forward.
  • Joshwcomeau - This is an amazing article which helped me understand pixel-perfection ideology. I'd recommend it to anyone still learning this concept.
  • Chatgpt - This helped me to quickly research on how to add a new font to your project using google font.
  • StackOverflow - This helped my debugging process.

Author

Releases

Packages

Used by

Contributors

Languages