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?

    Im happy I was able to get something working :) This was the first time using nextjs. I probably should have learned the basics of nextjs prior to taking on this challenge. If I were to do this again I would probably go in with some planning before hand.

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

    Ive had a lot of issues with fetching data with TMDB Api and using nextjs. I was unsure how to fetch data properly between client and server components. Im not sure if the apporach I took was the best way to achieve this but it does seem to work. However, I did notice some slowdowns after deploying the app.

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

    I noticed i had the most slowdowns from my bookmark page. I don't even know where to begin to look at optimizations. It probably has somethign to do with the way im fetching data. This was the first time using these two technologies and I just decided to jump in and learn along the way.

  • Submitted


    In my third React.js project, I embarked on a journey with TypeScript for the first time, and it enriched my understanding of several crucial aspects of web development. I delved deeper into the intricacies of passing functions as props, efficiently managing state within components, and mastering the art of conditional rendering. For styling, I harnessed the power of Tailwind CSS, elevating the aesthetics of my project. The mobile versions still need some work and will continue working on it in the future

  • Submitted


    I built this project using Tailwindcss, I struggled with this project and am still not very happy with the end result. I still feel I need to learn more about responsive design, The biggest issue I encountered was the responsiveness of the site and accounting for all the screen sizes. I think I'll have to revisit this project later see if I can fix some of the sizing issues. I appreciate any feedback. Thanks!

    Updated project and used grid instead of flexbox to accomplish this layout which worked much better. thanks for the feedback.

  • Submitted


    This is my second project using ReactJs. I used this project to learn more react and give Tailwindcss a try. Any feedback is appreciated thanks

  • Submitted


    This was my first project using react to build out the site, I learned a lot about JavaScript and utilizing the map and filter functions and how to structure a web app using components. The biggest struggle I encountered was preserving the data of the array after applying a filter. Any feedback is appreciated. I'm very new to using react so I'm sure there are much better ways to doing this then what i've done. I'm just happy I was able to get a working todo app.