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?

    Using CSS Grid to customize grid item's location was quite fun and I am satisfied with the solution.

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

    The usage of the figure element was and is not really clear to me. I tried using them, but I'm not sure if it's semantically correct. I should look for more use cases of it.

  • Submitted


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

    Trying out radio and checkbox input types that it wasn't familiar to me was the best experience I had from this challenge. It was quite challenging but definitely worth trying. If I didn't challenge myself with it, I would have made a custom radio button and checkbox.

    I think it's crucial to keep on challenging yourself and get out of your comfort zone to grow new skills. That's what I've learned from this challenge.

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

    Working with input types(applying custom styles, manipulating programmatically) was a bit challenging. I wasn't happy with myself that I didn't even know how and where to start with and I've started programming for quite amount of time. I had to google it and adjust the code.

    But I think it's better to learn even if though you think is late than not knowing at all.

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

    Any feedback would be grateful.

  • Submitted


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

    Thought it would be hard using only vanilla JavaScript, but actually it wasn't. The reason why I started off with only vanillas is because I wanted to challenge myself and I'm glad I did. If not, I would have gone for sort of an easy way which is using React.js.

    Next time, I want to try solving the importing problem with data.json and see if I can simplify already existing functions as well.

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

    Importing data.json, which came with the project, was keep failing by the MIME type error. So I had to change the JSON file extension into JavaScript file and manually export the data.