..
What challenges did you encounter, and how did you overcome them?..
What specific areas of your project would you like help with?..
..
What challenges did you encounter, and how did you overcome them?..
What specific areas of your project would you like help with?..
Persisting despite having quite a few issues with the layout of the popup. Also, including JavaScript for user interaction. Generally, I think I did a good job with the look of the component in relation to the design too.
What challenges did you encounter, and how did you overcome them?The most difficult aspect was positioning the popup for both desktop and mobile views. I didn't get it pixel-perfect on both mobile and desktop but fairly happy with how it turned out. I did a lot of googling, using stack overflow, w3 schools and also saw some examples of how people approached their own solutions to this challenge.
What specific areas of your project would you like help with?Any ideas as to how I could improve the position of the popup so that it fits exactly like the designs. The position of the popup changes when view on large to larger screens.
Hey there,
Good work in attempting the Challenge. I think you can make use of the Margin property in the position of the Pop-up feature when clicked and also, to make it work in a particular screen size, you can use the JS window.innerWdth property to control the changes.
Happy Coding
I'm proud of myself because I was able to successfully finish the project compared to the previous ones I've done. I've learned a lot of new things, which makes me very happy. Next time, I would like to do it even faster and much better.
What challenges did you encounter, and how did you overcome them?Oh, about that... I didn't encounter any significant challenges while working on the project. On the contrary, I was very excited because I found it quite easy to accomplish.
What specific areas of your project would you like help with?I would like to improve my way of managing projects and also receive tips related to my project and how I can do it to improve my coding skills.
Hello there!
Congrats on completing the challenge! ✅
Your project looks great!
I have a suggestion about your code that might interest you:
📌 You can use the <picture> tag when you have different versions of the same image.
Using the <picture> tag will help load the correct image to the user's device, saving bandwidth and improving performance.
Example:
<picture> <source media="(min-width: 768px)" srcset="{desktop image path here}"> <img src="{mobile image path here}" alt="{alternative text here}"> </picture> I hope this helps!Other than that, excellent work!