Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I've built a few of these so I found this challenge to be quite easy. Although next time I'd like to have the exact px measurements for the design.

    What challenges did you encounter, and how did you overcome them?

    Hadn't come across anything too challenging. Although I was struggling with pushing code with Git. Had to have a quick git refresher.

    What specific areas of your project would you like help with?

    Nothing really regarding this project although in the future I'm sure i'll need a hand elsewhere!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Really happy with how it turned out! Next time I do something similar I need to think more about the HTML element classes and ID's. I found myself adding a touch too much confusing CSS rules.

    What challenges did you encounter, and how did you overcome them?

    I'm pretty happy to say I hadn't come across anything extremely difficult, although I had to do another quick study dive in to box-shadows again!

    What specific areas of your project would you like help with?

    Generally, I'm still trying to find the best ways of working on projects. I'm usually work from the downloaded Frontend Mentor files but with so much on my VS Code explorer my head just gets clustered! I think I'll create my own folder next time, and push the code onto GitHub once it's completed. Any suggestions how others work organised would be great! haha

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm pretty happy with the way it's turned out although next time I build something from a design I'd remember to keep responsiveness in mind!

    What challenges did you encounter, and how did you overcome them?

    I had to tweak the media query a few too many times, this was because the website was looking perfect on Microsoft Edge (The browser used when I open the link for my code on VS Code) but not responsive at all on Chrome. I changed the max-width in my media query to solve this problem

    What specific areas of your project would you like help with?

    The responsiveness in general. What tips and tricks do others have when designing for mobile.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    As mentioned in the README for this project, this is my first challenge as an upcoming Developer. I'm very proud to have taken the first steps and submitted a challenge to Front-end Mentor!

    What challenges did you encounter, and how did you overcome them?

    One of the challenges I faced was attempting to centre the QR Box itself. I decided to use grid but the box was stuck to the top of the page. I had a quick internet search on grid and realised that my code had no Viewport Height established. Setting the min-height to 100vh solved this problem.

    What specific areas of your project would you like help with?

    This being a fairly straight forward project I felt like I was able to complete it on my own using resources such as my Code academy course or the vast amount of videos made by the community.

    Having said this what I'm really looking for is some feedback from other coders. I want to see how others have completed this challenge so I have another perspective and to see if there was any other ways I could have completed the task with less or more organised code.