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


    First time completing a build using typescript and useContext. Although after completing it, redux seems better choice...

  • Submitted


    Had a lot trouble animating the sliding motion until found solution using react-transition-group.

    Need to work on properly absolute div with it next time. Getting pretty messy with it and hard to make it responsive.

  • Submitted


    What is the best way to use css for React? Just learnt that you can set CSS using styled-components instead of using css file.

  • Submitted


    *Still having trouble of handling responsiveness without getting stuck from time to time.

    *Not sure did I make my navbar react too complicated?

  • Submitted


    • Aspect Ratio Div 1 of the Nightmare I have when doing this is to set the aspect ratio properly with vw. Until I realized I was dumb and I could just use padding-bottom with vw. A lot website recommend using padding-bottom with %% but that doesnt work for me since it is not full page and my width is base on view width. So instead, I use vw for padding-bottom as well to maintain its ratio.

    • Form Validation with React was a mess for me. Will need to learn how to do it properly.

  • Submitted


    First time using react to make a components. Not so sure where to place folders for each file formats.....

    Was having hard time to get proper async/await fetch API to work...but it should be ok by now i guess...

  • Submitted


    What did you find difficult while building the project? - Logic to deselect other selected button

    Which areas of your code are you unsure of? - Not sure is my js method is the industrial way or not

    Do you have any questions about best practices? - I probably messed up on id and class for "card" and "before/after". I think it should be swapped around to handle common css property better?

  • Submitted


    1. What did you find difficult while building the project?
    • Centering Element is still pretty annoying to handle