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 found difficulty launching this application using nextJS. When I developed it locally, I had no issues and when I sync'd it up in Netlify I was getting a lot of build errors and then I tried Vercel and same thing until I was able to get it successfully launched.

    I didn't include any form handling or processing. But that's another thing I need to learn how to work on form error handling and processing. Also the navigation for mobile not sure if anyone has best practice for that. I wanted to make it sticky for mobile, open up and when the new page loads bring up top. That's something I struggled with.

  • Submitted


    Some of the difficulties I encountered was adding the overlay class to the body or creating some element to take up the entire screen. The menu exists in the Header.js component but wasn't sure exactly if I can use native JS to target the body element.

    Also where I struggled since I used Contentful as the CMS, if was a bit of a challenge trying to sort the posts to get the posts I eventually wanted per component (Featured, New, Blog Feed).

    Also, not sure what is the best way to structure the file system for the GraphQL query and just overall the structure of the app. Any feedback there would be appreciated.

  • Submitted


    I found the animation part of it or the faded 'aurora' of circles on the winning player difficult. It's all bare, no framework. I did steal the bootstrap columns and container system but everything else is straight up Vanilla JS. I do wish I can come back to rewrite the logic in a more pragmatic approach versus just being linear.

    Any tips on how to reconsider this as far as JS I'm all ears. Thank you!