I am not sure if my solution is close to the best practices. Please make correction.
I noticed that the qr-code image is not showing when I click on the live site URL. I want to know the reason please.
I am not sure if my solution is close to the best practices. Please make correction.
I noticed that the qr-code image is not showing when I click on the live site URL. I want to know the reason please.
Check your design folder (the one you're using in your VS code) for the "images" folder.
There's a probability the "images" folder isn't there so the path you specified in your HTML doesn't point to any image.
I hope you find this helpful.
This is very nice and I just finished same challenge a day ago so I decided to check other solutions to gain more insights into the logic they implemented in their code (mostly, the JavaScript). Well done.
Though, I have a suggestion. I would suggest you use an if statement to check if a number(from the rates) has been clicked before the submit button would change the cards. So if someone doesn't choose any rating, nothing should happen.
You can check for that in future challenges. Great work. I hope you find this helpful.