Skip to content

danielefinocchiaro/frontendmentor-qr-code-component-main

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

My process

To create the QR code component, I followed these general steps:

  • Installed the necessary dependencies for the project, including React, Tailwind CSS, and qrcode.react.
  • Created a new component inside app in my React project to render the QR code.
  • Styled the component using Tailwind CSS classes to adjust the size and color of the text.
  • Styled to support responsive design by using Tailwind CSS classes to adjust the size of the QR code and text.
  • Tested the component in the browser to ensure that it was working as expected.

Built with

  • Semantic HTML5 markup
  • Flexbox
  • Mobile-first workflow
  • React - JS library
  • Tailwind CSS - CSS framework

Author