Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 2.48 KB

README.md

File metadata and controls

69 lines (49 loc) · 2.48 KB

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

screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Mobile-first workflow
  • TypeScript
  • React - JS library
  • Next.js - React framework
  • Material UI - Design System

What I learned

To have a proer guidance on how to do things the best way while using both Next.js and Material UI, I based my project on this example. From which I learned:

  • The basic structure of a Next.js project
  • They way Next.js allows to customize meta tags in the page head
  • How to define a global stylesheet for Next.js projects
  • How to customize MUI themes
  • How to define custom styles for MUI components with the sx property
  • How to deploy a static Next.js app
  • How to set up favicons in Next.js

Continued development

  • Areas that I want to continue be focusing on in future projects:
    • Theme customization to ease heavy changes in larger codebases
  • Seems like this template still uses _app and _document (see how to migrate)

Useful resources

Author