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

    Reponsive-Quiz

    • HTML
    • CSS
    • JS

    1


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

    • Create the quiz logic using multiple event listeners and async functions.
    • have better planning organize the code

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

    • Using Event Listeners to account different states.

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

    • Best practices in writing Code.
  • Submitted


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

    • learned to overwrite the default styles of checkboxes and slider.

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

    • changing the default styles of checkbox and slider
    • Creating the logic of password.

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

    • Better code structuring and improvements in code.
  • Submitted


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

    • Was able to work out the event loop of the whole app.

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

    • Problem : To keep checking the current tip selected.
    • Solution : Used stack properties push() and pop()

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

    • How to write better code?
  • Submitted


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

    • I learned on async/await usage while extracting data from json files.

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

    • Initial challenges was creating. overlapping effect of the cards. but was able to overcome by using grid.
    • Main challenge faced while programming rendering data dynamically from json file to the html page.

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

    • how can improve my code and better structure my html and css?
  • Submitted


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

    • Worked with forms.
    • Improved workflow

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

    • Not many challenges in particular

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

    • Writing better code.
  • Submitted


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

    • First project working with javascript.
    • Have a better understanding of event loops in javascript.

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

    -No challenges as such

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

    • better way of doing things
  • Submitted


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

    • Very proud of the fact was able to produce a full page website.
    • Better planning and structuring

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

    • Main challenge was creating the footer which required background image and color and also the content on the top.
    • Initially went with parent-relative and child- absolute. This approach failed responsive design.
    • Used linear gradient and background-image css property to overcome it.

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

    • How do I better structure the code and improve my workflow
    • Is there better way of doing things?
  • Submitted


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

    • Work-flow improved greatly when using grid and flex box.

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

    • alining the photo and name ; but flex box did the trick.

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

    • how can I improve organization of code and increased minimalism.
  • Submitted


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

    • Project time has drastically reduced compared to my first project on font-endmentor.

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

    -I faced difficulty in arranging the desktop version grid.

    • Overcame the challenge by using ration(fr) grid instead of using px from Figma file.

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

    • How can I better structure my code and do it in less steps?
  • Submitted


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

    Overall the project was fairly easy to do. I would use more relative units next time.

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

    • Used media queries to overcome to load the responsive images.

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

    • Using relative units throughout the project.
    • Usage of srcset and sizes for reponsive images for this specific project.
  • Submitted


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

    -Taken some inputs from the suggestions given by community about height. Has greatly improved the workflow.

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

    -For the most part the challenge was similar to the previous one. I had problem creating the nutrition table. I was not able create a table with regular table html tag. but creating grid did the job.

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

    • I would like help with reponsive design and interpreting Figma effectively to improve workflow.
  • Submitted


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

    -With the previous challenges. My workflow has improved in this challenge.

    • I would try to use relative sizing options and use more semantic HTML.

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

    -There were no notable challenges. expect for a few alignment issues

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

    • knowing multiple ways to create a responsive design that works in different sizes and devices.
  • Submitted


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

    • Getting better at using flex container and alignment but still long way to go.

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

    • Challenged faced creating file for both desktop and mobile .
    • Used @media query.

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

    • Effectively converting Figma to HTML and CSS. and usage of relative units for more responsive.
  • Submitted


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

    • Understanding the margin and padding.
    • Usage of flex container.

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

    • Positioning and aligning the items.
    • By using flex container and using proper margins and padding.

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

    • Is there other way of positioning the items.
    • Usage of position property in placing the items in desired location.