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?

    I really proud of now I am capable of understanding react hooks, props and I used those features in my project.

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

    One of my challenge is keep track of FAQ items in order to show and hide respective answer for question. Then, I realized that I can track those using index which is already generate by map().

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

    I need help with tailwind.config.js

    I created a custom animation in that file and It wasn't work when I called it.

    Any other comments are welcome.

  • Submitted


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

    I need assistance with React hooks; have I used them correctly in this challenge?

    Any comments or suggestions are appreciated.

  • Submitted


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

    I need assistance with email address validation and displaying an invalid message. I've attempted it, but it's not working. I can accomplish this using simple CSS and JavaScript. However, I'm currently trying to practice with React JS and Tailwind CSS, and I'm a bit confused about how to implement this in React JS.

    Any other suggestions or comments are welcome

  • Submitted


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

    That time I used React with props and it is easy when using components. Next time I use props when it is necessary. Also that time I added more configurations on tailwind and it is easy when we work with our own project.

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

    When I passing the props firstly I create all props as array and passed values to that all props in map. that is descriptive but it is add more repetitive codes then I pass card object as a prop and access values in card component. when dealing with 3-card component we need to add rounded borders, 3 cards are child elements then I used overflow-hidden to get the rounded borders. In hover effect in buttons I used bg-transparent when hover rather that adding color on hover

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

    when I tried to change background color of buttons in hover using custom colors which are defined in tailwind.config.js it doesn't work.

    Any other suggestions regarding my solution are welcome.

  • Submitted


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

    I am now able to configure and work with React and Tailwind CSS more easily than before. That time I worked with gradients and mainly position with CSS. Next time I'm try to do more with CSS positions.

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

    Really challenging situation was the designing the Hero section. That Image positioning was got more time than other components. Finally somehow I did it through testing various configurations with my code.

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

    Image positioning in hero section and changing color of SVG's when hover it. I tried fill property in tailwind but it doesn't work.

  • Submitted


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

    I used custom configured color pallet in tailwind css that time and I really proud because I catch so many things through this one.

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

    Challenging situation was the hover effect of Image. I finally done it correctly by looking through documentations.