Responsive QR Code Challenge Solution

Solution retrospective
Learning to style a simple project with a all new tech stacks, nextjs/tailwindcss/figma/google fonts by doing while learning.
What challenges did you encounter, and how did you overcome them?- Never used these tech stacks, overcame the challenge by looking at documentation and going slowly.
- Importing google fonts, overcame with help from chatgpt samples.
- Using figma to convert into html/css, overcame with help from googling or playing around in figma.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@The-Lone-Druid
Hi Kevin,
I recently saw your work and it seems amazing! However, I did notice a few UI anomalies:
-
Font Size of the Paragraph: The font size of the paragraph is not as per
style-guide.md
. When you download the starter code, you get astyle-guide.md
file that contains all the information required to style the webpage. It also includes the font size of the paragraph, which should be15px
. -
Accessibility in HTML Code: Try incorporating accessibility features in the HTML code. For example, just like we add the
alt
attribute to theimg
tag, we should also follow standard approaches to make the website accessible. You can use themain
tag to define the main content of the webpage. This helps screen readers understand the structure of the webpage.
Apart from these, everything looks great. Keep up the good work!
-
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord