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


    I think the most difficult thing was integrating how I coded with an existing algorithm for minimax, it took quite some time. As for the areas I'm unsure of, well... I did not bother to implement any media queries since the website looked fine at all screen sizes. Maybe I was just being lazy but it did not really seem necessary. Additionally, I think my style of coding JS could use some work, in the end, the JS file was over 600 lines, which might be frowned upon by some individuals. How can I improve upon this?

    With regards to how I did the HTML/CSS/JS, is there anything else I could improve upon? Thanks

  • Submitted


    What I found difficult for this project was rounding all edges of the QR code image equally. Whenever I applied border-radius, the top edges would round less than the bottom ones and I'm not sure why.

    What are some best practises regarding structuring media queries for responsive design?