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?

    more on structuring approach

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

    my structural pattern .

  • Submitted

    REACT + BEM

    • HTML
    • CSS
    • JS

    0


    What are you most proud of, and what would you do differently next time?

    I need to analyze first which component do i need to use repeatedly from desktop to mobile view

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

    making toggle slider for the theme

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

    maybe my structural design

  • Submitted

    React + BEM

    • HTML
    • CSS
    • JS

    0


    What are you most proud of, and what would you do differently next time?

    i rewrite this challenge for 3 times and i learned a lot . i need more focus on stracture than the design

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

    my css stracture . right now i want to practice my SCSS skill

  • Submitted


    What are you most proud of, and what would you do differently next time?

    solving this problem in pure js. i do a lot of crud problems using java but not js. so its hard for me to organize the function on where should i place them and how to call them properly . that will be my next approach when i redesigning this again more on structure

    special Thanks to @AlexKMarshall @Grace-Snow on discord for answering my inquires

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

    first challenge that i encounter here is cause of neglect i started designing without implementing all the functionality . it is like a recursion for me . that i need to have reusable function that will pass of. plus the rerender functionality of react i forgot that every render the useState will trigger what you put on them ,what i did is after changing the useState i use it immediately.

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

    on how to organize my function and how to handle the data properly using useState since i spend a lot of time solving why the modal did'nt handle my variable. the reason is i use a display block , display hide in my css that when i clicked the button it will triggered immediately and data that i supposed i've pass was in initialState since the page wasn't rerender.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    since im here to practicing my react skill , maybe the modularity of my card making card and passing all data to that card

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

    on how to align the qoute.svg dont know ho to handle it properly since im using react i dont know if i need to pass as a props or not. but in the end i use position absolute and z index but i really want is fixed that qoute to that given position. and it will not happend when im shrinking the window

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

    maybe tha stracutring of my html, naming of my css and the handling of react props

  • Submitted


    What are you most proud of, and what would you do differently next time?

    by doing this i learnt the proper way of using react dom route but im not 100% sure if this is the standard way of using it

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

    since im new in react the challenges that i encounter is validating the email and routing the email value to other page

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

    im not sure on my architecture design . and the naming of bem since im not using any css framework

  • Submitted


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

    As a newbie in front-end development, I'm unsure about the structure of my code. Specifically, I doubted whether I should use one container with display flex to center everything, or if I should use two containers: one parent to hold the entire page and a child container for centering