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


    This is the updated version of my first attempt to solving this challenge.

    What I improved:

    • New markup structure
    • Followed a naming convention (i. e. BEM)
    • Simplified my CSS by reducing the overuse of specific selectors.
    • Use relative over px

    What I want to improve:

    I think I need to improve my JavaScript code.

    And yeah any feedback is appreciated :)

  • Submitted


    Hey,

    I made it work, but I realize that it's not the most optimal solution. And I realize that I wrote both my markups and code in hurry, I just did not take my time to plan this out, therefore, I pretty much did not like my markups :)

    so any feedback or suggestion would be appreciated, have a nice day :)

  • Submitted


    Hey there!

    I would appreciate it if you help me refactor my code and also point out my mistakes.

    One of the problems I faced was fetching the data from the local JSON file, so I ended up copying the data and store in a variable inside my JS file.