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 specific areas of your project would you like help with?

    I would appreciate feedback on my use of ARIA attributes and how I implemented Tailwind CSS.

  • Submitted


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

    some tips on when to use Sass and when not to use it. I used Sass nesting, and now my CSS looks unreadable. Is Sass worth using in the real world?

    I appreciate any feedback.

  • Submitted

    Advice generator app

    • HTML
    • CSS
    • JS
    • API

    0


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

    I was able to complete the task.

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

    One challenge was generating a random number for a dice roll. I used Math.random and Math.floor to get a random number within the range of 1 to 250.

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

    I do glad to hear feedback on my JavaScript code.

  • Submitted


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

    I'm proud that I was able to practice JavaScript and learn the new trim() method. Next time, I will ensure I have a solid strategy before starting to code.

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

    I encountered difficulties using JavaScript for email validation. To overcome this, I did some research and found a helpful solution on StackOverflow:

    function validateEmail(email) {
      var re = /\S+@\S+\.\S+/;
      return re.test(email);
    }
    

    However, I don't understand why re is not a string and still contains unusual characters.

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

    Any feedback is welcome, but I would specifically appreciate help with JavaScript validation.

  • Submitted


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

    I'm proud I was able to use CSS framework (tailwindcss).

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

    I encountered difficulties using Tailwind CSS for email validation, so I accepted my limitations and use CSS.

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

    Any feedback is welcome, but I would specifically appreciate help with Tailwind CSS for validation.

  • Submitted


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

    I'm proud I was able to make the overall site identical to the original design.

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

    N/A

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

    N/A

  • Submitted


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

    I'm proud I was able to use CSS pre-processor.

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

    I faced a few challenges, one of which was using Tailwind CSS to match the design and achieve an equivalent design.

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

    I do glad to hear feedback on my JavaScript code.

  • Submitted


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

    I'm proud I was able to use CSS framework.

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

    I faced a few challenges, one of which was using Tailwind CSS to match the design and achieve an equivalent design.

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

    N/A

  • Submitted


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

    I'm proud that I was able to replicate most of the design, though not completely.

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

    Since it was my first time using Tailwind CSS, I had to refer to the documentation for almost every utility class.

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

    I'd appreciate any tips or resources to quickly learn Tailwind CSS.

  • Submitted


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

    I am proud that I was able to use basic features of Sass, such as variables for color and nesting. Next time, I would look more into Sass usages.

  • Submitted


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

    I'm proud to be able to use the aria attribute.

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

    Is it acceptable to use aria attributes and roles instead of semantic tags?

  • Submitted


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

    I’m proud of how closely I was able to replicate the original design. Next time, I plan to focus on improving my speed (this one took about 4 hours).

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

    I did not know how to use animation and keyframes, but then I watched a video by JSmastery and reviewed the MDN documentation.

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

    This was my first time using animation. If you have any suggestions for improvement, please feel free to share them.

  • Submitted


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

    I don't have exact areas, but feel free to suggest any ways to improve.

  • Submitted


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

    I’d love to hear any suggestions you might have for things I could improve on!

  • Submitted


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

    their is small white space in size greater than 600px, and I'm not sure where it come from.

    Any feedback is welcome!

  • Submitted


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

    I wonder if the circle can be responsive without having to use media queries. I did try max-width, but it was not excellent.