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 am proud about how much I was able to accomplish on my own and without much tutorial help. I am fairly new to React, so being able to write this whole thing mainly on my own felt good.

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

    Working without the Figma project makes it tough to understand the correct spacing as well as fonts and text colors for specific texts. I also am unsure if I set up the responsiveness perfectly.

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

    This was really my first attempt setting up media queries on my own. I would like to know if I did a good job with it or if there was an easier way to get the page to feel responsive on mobile devices.

  • Submitted


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

    I am still fairly new to react, and I was able to complete this challenge using React without much issue.

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

    A small issue I ran into was not getting the avatar image showing the first attempt. I was trying to use a data file for the profile info and was unsure of how to link the local image. It did not take long to remember how to get it to work. Another thing that I am still unable to accomplish without looking it up is publishing the React site to github pages.

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

    This challenge was not too difficult and I believe I was able to complete it as close to the design specs as I could.

  • Submitted


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

    I am proud that I was able to get the components looking correct without much issue. Most CSS fields are getting easier to fill out without any resources to allow me to get the look I am trying to get. As a challenge, I think next time, I would try to use flexbox instead.

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

    I was still getting caught up with getting spacing between sections correct. Also, I was unable to get the main content holder using flex without having items overlapping.

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

    I would like to learn best practices for making items more responsive.

  • Submitted


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

    As this was a beginner challenge, I am happy I never got that stuck and was able to set up the basic format without any issues.

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

    My main issue, and what is usually my issue is getting the sizing and responsiveness correct. I was able to size it so that it will fit both desktop and mobile devices without issue, however I would like to make it more responsive for different screen sizes.

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

    I would like to get better at understanding how to create responsive websites. I also would like to know what the best solution to sizing the image was. I found that setting max-width to '-webkit-fill-available' got it to fit as I wanted it to, but I do not know if this is the best way to go about it. Should it just have a set height and width?