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?

    Was able to complete to apply more JavaScript to manipulate the DOM

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

    N/A

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

    I'm having an issue when page is at a certain width for responsiveness, the error message doesn't go below the email field like it is suppose to, it goes somewhere else below and I could use some tips on how to correct that.

  • Submitted


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

    Im proud of applying css grid and some cssflexbox to the application. Im also glad I got exposed to async programming using javascript promises to fetch the data from the json file to display in the summary.

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

    My main challenge was getting the data from the json file. Overcame by learning a little about promises and the fetch api.

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

    My javascript code seems very tedious, is there a way to make it more compact in terms of getting the data and applying it to my html page? i felt like i repeated alot of things.

  • Submitted

    FAQs

    • HTML
    • CSS
    • JS

    1


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

    Proud of being able to apply JavaScript to the page to make it more interactive.

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

    The content in my container was spilling outside of it when showing 2 or more answers to the questions. so I added a scrollbar to prevent it.

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

    I'm still struggling with responsiveness and making it responsive for certain screen widths. Also when clicking the plus button to show an answer its position slightly changed, not too sure how to correct that.

  • Submitted


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

    Proud of being able to complete it with decent time. Next time I would like to apply more flexbox or css grid.

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

    did not know how to create the shadow effect. did a quick google search and found out.

  • Submitted


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

    I'm most proud of being more familiar with using the box model. and applying margins/paddings as needed.

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

    properly understanding the parent/child relationship when it came to applying styles. overcame them by using the dev tools in the browser to get a proper visual look at them.

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

    just some typography.

  • Submitted


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

    I'm most proud of getting a better understanding of the box model and positioning certain things/items.

    Next time il try to organize code more better and add more comments.

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

    I had some trouble with some of the fonts and the responsiveness involving media queries.

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

    I would like feedback on the typography, and I would really appreciate feedback on the responsiveness. I did run into some issues using media queries since its my first time using them.