having a hard time knowing when to use either min-width or max-width for media queries
Sridarshan
@sridarshan-webjavaAll comments
- @IzzyDoesSubmitted over 2 years ago@sridarshan-webjavaPosted over 2 years ago
Amazing work and congratulations for completing the challenge!
Using min-width or max-width for media queries depends on how you approach the solution. If you go for a mobile-first approach then you might probably use min-width. Else you might use max-width.
Also in your solution, the container seems to be overflowing in small screen sizes. Do ensure that the container is responsive in smaller screen sizes as well
Happy coding!
Marked as helpful0 - @mercy-sommySubmitted over 2 years ago
Hello, I'm still a beginner and any feedback will be appreciated...
I had some difficulty with the background images...
@sridarshan-webjavaPosted over 2 years agoYour site is not available for viewing. Do check out the deploy logs on netlify to verify whether the code was successfully deployed or not.
Cheers
0 - @Abdelghafour122Submitted over 2 years ago
I added a simple generator to this challenge because it felt too simple.
This also was the first time i use Material UI
If you guys have any suggestions on how i can improve my code, please let me know. Thank you!
@sridarshan-webjavaPosted over 2 years agoJust my perception. You can have the modal shown first to generate a QR code. When nothing is entered, the default QR design can be displayed thereafter hiding the modal. If something is entered, the corresponding QR code can be attached. An icon can be used to toggle back to the modal screen to edit the link or text.
But it was a great thought on using a QR generator to enhance the application. Kudos and Happy coding👍
1