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 drew me towards taking this challenge was the opportunity to practice my skills to eventually get confident enough to build a social media clone project. I do not think I am there yet as I am still learning new things about frontend development.

    I did struggle to decide if I should/should not use the State hook to record the reply data for each Comment component.

    Any feedback would be greatly appreciated.

  • Submitted


    This challenged allowed me to reinforce what I've learned from tutorials about making fetch calls to an API and what to do with the JSON response.

    I've also had difficulties using the getting a new response from the advice API while using Firefox. Credit to an over year old post made by @KrzysztofLeczycki suggesting to add {cache: "no-cache"} to the fetch call that resolved this issue.

    Although my fetch call does work, I do feel like my function that's making the fetch call may not be using best practices. Any feedback on what is best practice would be greatly appreciated.

  • Submitted


    First time trying out Vite, React, and Typescript. While watching some tutorials, I've learned that using React components and Typescript's static typing would improve the organization & readability of my code. In addition, Vite was a described as a faster alternative to CRA.

    All feedback is welcomed, but I am interested in some aspects that I had trouble with. In particular:

    • It seems that the font styling in my implementation is not exactly like what the preview should be
    • How to maintain the spacing of the tip buttons/custom input's grid
  • Submitted


    Second Challenge used to reinforce learning the tips shared with me on my previous challenge (Semantic HTML, and Display: Grid to center elements). Any constructive feedback on my implementation on these practices and/or additional tips would be greatly appreciated.

  • Submitted


    Using this challenge to re-learn HTML & CSS after putting it down for a few months. Feedback is greatly appreciated.