IAmCainey / FM-qr-component

Home Page:fm-qr-component-orcin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

This is a screen shot of the completed challange

Links

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • SASS - CSS with superpowers
  • Flexbox
  • Mobile-first workflow
  • Next.js - React framework

What I learned

I've learned to take a figma design and move it to working code. Also getting more use to using React!

<h1>Some HTML code I'm proud of</h1>

```css
.proud-of-this-css {
  color: papayawhip;
}

```js
const proudOfThisFunc = () => {
  console.log('🎉')
}

Continued development

I will be continuing to build my skills in CSS and Javascript. I will be working on media queries more with future challenges.

Author

Acknowledgments

Up to now i would like to give a huge thanks for the Frontend Mentor team! They will be more to come though.

About

fm-qr-component-orcin.vercel.app


Languages

Language:JavaScript 53.0%Language:SCSS 47.0%