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?

    I'm mostly proud of my implementation of the site's functionality in javascript and its responsiveness. However, I'm not sure if the way I went about them was the best or if it was either faulty or overly complicated.

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

    I overcame so many challenges in javascript, I can't even list them all. That much is obvious from the abundance of comments across the code. I have programming experience, but It's my first time using javascript so I'm generally pretty proud of my handling every problem I ran into though I think I cut some corners that shouldn't be cut.

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

    Any advice at all on how I can improve would be much appreciated. Even if its just a way I could have done the same thing easier.

  • Submitted


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

    I'm most proud of the reproduction in general as it's pretty accurate

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

    My biggest challenge was making the layout responsive for screens where font size might have been reduced to the point of being unreadable (e.g. mobiles). I knew I needed at least a media query but it still took me a while. Eventually, I discovered that in order to change my font size visibly, the container's (article's) size must not be based on it (using em and rem). Also the commented bit near the end shows my first attempt at making the image ignore the padding and take up the whole container's padding box's width but it resulted in some strange results. Negative margins worked well as an alternative.

    I had to do some unusual styling for the lists and implement one list as a dl for semantic purposes. The whole thing breaks at some smaller viewport widths but I kind of gave up on that.

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

    Any advice on how to improve would be greatly appreciated, especially on responsiveness and the things I struggled with above, but also on how I can do the same things easier.

  • Submitted


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

    N/A

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

    N/A

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

    Any help would be greatly appreciated.

  • Submitted


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

    I was happy with my general reproduction and I tried my best to make it responsive. However, it was my first time and I'm disappointed in how the component scales as the screen's width changes.

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

    It took me some time to figure out the box shadow but I did eventually.

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

    I'd like to know what better approaches there are to making the component's size responsive. I'm pretty sure media queries are the right idea but maybe not. Other than that, any feedback is appreciated.