Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.14 KB

Simple QR Code Generator

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

Overview

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • React
  • QRCode.react library

Continued development

This project opened the window for a different perspective, using different libraries or request you can get the metadescription of the website you searched.

Useful resources

QRCode.react - This is the library I used to generate QR codes in React. It has a simple and easy-to-use API that allows you to customize the size, color, and level of the QR code.

Author