Latest solutions
Latest comments
- @IzzyDoes@sridarshan-webjava
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 helpful - @mercy-sommy@sridarshan-webjava
Your 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
- @Abdelghafour122@sridarshan-webjava
Just 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👍