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 everyone,

    this is my fullstack application, one page of which (page of specific post) is based on design given by frontend mentor. I didn't use any figma wireframe, only images and style guide in .md file.

    Please check it out and give me your feedback. What do you think I should pay more attention to and how can I make it to look more professional ? This is one of my portfolio projects so I want it to present me as a developer from the better side.

    Thanks for your time!

  • Submitted


    Hello there,

    that's my second solution on this portal. I wanted to try new technologies such as Vite, Sass and Vue.js with Composition API.

    I am mostly satisfied with the project, but I will be very grateful for your remarks and comments. The first thing I am not sure about is code quality, readability and maintainability. Secondly, I spent 3-4 days on this solution, and I am curious if it isn't too long for this kind of task?

  • Submitted


    Hello there)

    That's my first solution on this platform so i have some questions and i will be really grateful for feedback :

    • I think my solution isn't that similar to the images in the challenge. I don't have pro subscription(i wasn't using figma/sketch version) so it was hard to set all sizes and colors by eye. What do u think about it?
    • Also, I used color picker to find the right colors(from the challenge images) instead of using colors in "style guide.md" file, cause it was one color missing in that file and I was confused by that. The missing color is the color for background of the buttons in untouched state. Is that good approach to use color pickers ?
    • I was practicing my vue.js skills. Could you tell something about my approach to this challenge. I think the way i programmed rating buttons isn't the best way. I have separate events and variables for each of them. Any advice ?
    • I used <div> tags to make boxes to use them as buttons in the rating component, but maybe i should have used styled <input type="checkbox">in the <form> instead ?