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

    Space Tourism React App

    #react#tailwind-css
    • HTML
    • CSS
    • JS

    0


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

    I learned react router and hash router from this project.

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

    Most of the challenges are related to the cascading stylesheet. IMO, it took too much time for me.

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

    I have finished 4 projects, but I think my responsive design skills are not improving. Please give me some recommendations/suggestions regarding to the responsiveness.

  • Submitted

    Responsive Multi-step From

    #react#tailwind-css
    • HTML
    • CSS
    • JS

    0


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

    I feel more familiar to the react state after completing this project.

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

    I was stuck when I handle the button click in the form component. The bug occured when I clicked the button in the form and didn't prevent the default behaviour of the event which led to application reload.

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

    I want to know more about efficient state management. (Is redux still useful in 2024? and is there more efficient solution?)

  • Submitted


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

    I learned Context Api of react to avoid props drilling. I would like to learn other alternative methods in the future.

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

    I could not decide whether I should use between react router and conditional rendering for this project. At last, I decided to go with conditional rendering because it is easy for beginner.

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

    I would like to know which is better

    1. Using percentage in width and height of div
    2. Using fixed rem for different vw.
  • Submitted


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

    I can now build project without watching tutorial.

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

    There were a few challenges which I cannot override the global css with tailwind classes.

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

    I would like to know best practices of tailwind css. In my project, I felt I made spaghetti css.

  • Submitted


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

    The hardest part was the responsiveness of the website. I did my best although the current solution is not optimized for responsiveness.

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

    THE RESPONSIVE WEB DESIGN

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

    Please give me some recommendations on how to improve my responsive design thinking.

  • Submitted

    Responsive Page using Tailwind

    #tailwind-css
    • HTML
    • CSS

    0


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

    Making a progressive website is really challenging and also interesting for me. I will improve responsive design skills in future projects.

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

    The major challenge is that the web content overflowed while building responsive web. I did learn about container and defining the width and max-width properties.

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

    I would like to get some suggestions or recommendations regarding to the responsive web design.

  • Submitted


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

    Responsive design is always challenging for me and I think I am now more familiar with responsive design.

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

    While using mediaquery, I had some issues with breakpoints. It was because I use max-width property in the mediaquery and if I order the width by ascending order, it will always use the largest width breakpoint.

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

    I would like to be commented regarding to responsive web design.