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


    Hello Fellow Frontend Developers!

    This solution uses petite vue to handle the hamburger menu on mobile screens.

    My most time consuming task for this project was dealing with the hero image as I'm not as strong with svg images. Do you have any courses, videos or articles I could take a look at to help me become better with svgs?

    Thank you for looking at my solution!

    Happy Coding

  • Submitted


    Hi everyone!

    This is my first time using Vue, Vite, and Typescript in a project!

    Initially I thought it would be quite difficult to learn because I was not quite grasping the things in the tutorial but in the end I just sent it and started a new project. It got much easier as I went on and continued using it.

    I certainly know my project can be improved over time and one thing I'm interested in knowing is this:

    • In ./src/components/FollowersOverview.vue file
      • Could I have used a function to detect which icon was used in the <slot name="up-down-icon"/> // line 13 and then add a class to change the color of the text?
      • I think that by doing something like that, I would not have to "hard code" the classes separately in order to get the red or green text color.
    • Could I improve the readability of my code?
    • Are there any best practices my code does not implement? If so, what could I do to correct such.

    This is one project I can say was fun in its own way. Certainly looking forward to learning more about using frontend frameworks, typescript and vite!

    Thank you for taking time to review my project!

    Happy coding๐Ÿš€

  • Submitted


    Hi everyone!

    This is my submission for the Base apparel coming soon page. I used tailwind for the first time on this project. As a result it took me quite a lot longer to complete the project than if I used css or sass!

    It could be attributed to me being unfamiliar with it, however it took me double my regular time to complete. If anyone as any suggestions for me to work faster with tailwind I will appreciate it.

    Happy coding!

  • Submitted


    Hi everyone!

    I am satisfied with my work however I do have one question.

    How would I have used the .json file? I wasn't sure what to do with it so I simply left it out.

    Thank you for checking out my work!

  • Submitted


    Hi. My question is about the border-radius: ; aspect of the section. I tried putting the border-radius: 5px; on the container of the entire section, but that didn't work.

    To resolve that I went ahead and made each section have a separate border and change that using a media query for desktop screens.

    While this works fine, my issue with this is that it's repetitive and would be more intuitive if I could put the border on the containing section.

    Any comments on what I could do will be appreciated :D