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 glad that I got the media query to work smoothly and there are no problems with the transition. I am also glad that I was able to do the JavaScript based on another project.

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

    Anytime I have issues I am usually able to find an MDN doc or YouTube video that helps

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

    I am new to using flexbox, please feel free to leave helpful comments. Specifically I'm trying to figure out how to center the card in the middle of the document body similar to how the official solution is.

  • Submitted


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

    This was my first challenge using a responsive design, I used flexbox and I was pleased with how it turned out.

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

    I was unsure where to start with the form validation, I got most of the code for the from ChatGPT and edited it as needed. ChatGPT wanted me to use the "display" attribute to make error messages appear/disappear, but I found better success by using the "hidden" attribute for this purpose.

    I was also unsure at first how to add the error icon image to the form box. I found a YouTube video that showed me how to do it, which was to make an "error" class for the input elements which makes the icon the background image, and sets its location to the right side using the "background-position" attribute.

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

    I'm new to using flexbox and making responsive designs, feel free to leave constructive criticisms, thank you.

  • Submitted


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

    This is my first solution using responsive design/flexbox so I'm glad I could get it to work

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

    Forgot how to do box shadow so I just looked it up on YouTube

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

    This is my first responsive/flexbox design, feel free to leave constructive criticisms

  • Submitted


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

    I was proud of the neat JavaScript I wrote and how I was able to toggle the hidden class with event listeners.

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

    I overcame issues by searching various YouTube videos.

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

    Feel free to leave comments.

  • Submitted


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

    This was my first solution using JavaScript and event listeners so that was cool. In the future I will build responsive apps.

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

    I was unsure how to hide and show elements at first but I was able to find very helpful solutions on YouTube and Stack Overflow.

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

    I have not learned responsive design yet so that's why there is no grid or flex display. I would like to know how I can make the background image the same width as the window. If there's any more optimizations or tips you can add let me know.

  • Submitted


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

    I got it to look pretty close to the design, I only looked at my notes a couple times. I would like to do it again when I learn responsive design.

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

    I had trouble with elements overflowing out of the bottom of the card, I just made the card longer lol

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

    If anyone has any constructive criticisms to add I would greatly appreciate it.

  • Submitted


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

    I was glad that I was able to style the buttons. I want to add more animated or interactive stuff to future projects.

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

    I was having a hard time getting the spacing right but I just added some margin to the h1 element and bada bing eyyyyyy fahgeddaboutit italian hand

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

    Just gimme some tips b0ss

  • Submitted


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

    I feel like I did a good job of creating the original HTML structure for the web page, and created nested divs where appropriate. I think I also made appropriate usage of classes in CSS.

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

    I had challenges with a few things, including how to import .ttf font files for use in the code, how to style lists, and how to style tables. With all of these issues, I was able to find useful videos that resolved them and expanded my knowledge.

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

    I would generally like to have my code critiqued from the perspective of an experienced dev in order to identify things that I can improve in order to have my code optimized according to best practices and according to how a pro would have done it. If anything stands out as something that could be done better, please let me know. Thank you!