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


    There are a lot of challenges and learnings from this project. I became a little more skilled in manipulating objects. This is also the first time I used a browser’s localStorage. I had to organize my data structures and algorithms smartly. I also had to organize my HTML structure, so that I could manipulate it easier in the script. I also learned some new things in CSS and layouts. Read everything in my documentation:

    https://micoirvin.com/projects-docu/interactive-comments-section-docu.html

  • Submitted


    Thanks for viewing my project. The main challenge for this project is the layout of the images. My solution was to use top, right, left, and bottom properties to properly position them based on my measurements from the mockup. I also used clamp() and calc() functions to smoothly adjust the size and position of the images across all viewport widths -- an approach somewhat similar to fluid typography.