This is a solution to the QR code component challenge on Frontend Mentor.
- Solution URL: https://github.com/DavidKucera86/2000-fm-qr_code_component
- Live Site URL: https://splendid-torrone-e7c7cd.netlify.app
- React (CRA)
- Styled Components
I tried to use Styled Components with React in this simple project. I came to like Styled Components, it is nice aproach to styling pages, IMHO better than SASS/SCSS. I like using media query like nested part of CSS (but in this project is not necessary).