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

    Responsive Intro Component w/Signup Form Validation

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

    0


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

    I'm most proud of how I was able to code the errors precisely based on what the error was. There were two errors on one input box and I needed to figure out how I needed to figure out how I needed to render those messages depending on the error.

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

    Conditional rendering. I overcame them by reading the Reactjs docs.

  • Submitted

    Responsive Article Preview Component

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

    0


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

    Getting a lot more practice with state and toggling state.

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

    The rotate-45 utility class was not working with me on TailwindCSS as other rules were taking priority. I learned to add a layer utility class so that it took priority over other classes.

    @layer utilities { .rotate-45 { --tw-rotate: 45deg; transform: rotate(var(--tw-rotate)); } }

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

    Had a lot of fun!

  • Submitted

    Responsive Interactive Rating Component

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

    0


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

    I learned alot from this project, primarily about handling state, conditional formatting and handling click events. This was a simple project where I used React and Tailwindcss in tandem for the first time so I wouldn't change much about it as it is a very small project.

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

    At first, how to handle state. Reactjs docs helped along the way.

  • Submitted


    I found myself using multiple for loops to access similar data. Is there any way I can refactor this using less code?

  • Submitted

    Advice Generator API

    #jss#tailwind-css
    • HTML
    • CSS
    • JS
    • API

    1


    How can we create one single function with a conditional to fetch date on page load and on click?