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 am proud of the JS I used to create the repeated stars.

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

    Arranging the cards and star ratings was the tricky part of the layout for me. I ended up using Flexbox and the justify-content: center and flex-end. It wasn't perfect, but it came out OK.

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

    Spacing layout and sizes of font and the profile images. I could also use some tips on how to reduce some of the complexity of my HTML.

  • Submitted


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

    Finally completing this project. I started it awhile ago, but since I didn't have practice with Grid, I put it on the back burner. Glad I had time to come back to it and practice learning more about grid.

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

    I didn't fully understand grid, so that was the big challenge. Watching Kevin Powell's youtube video about this challenge helped a lot.

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

    Both my HTML and CSS are a bit messy, so I do need to clean it up. I know there was also some cleaner ways to write and use CSS Grid.

  • Submitted


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

    Currently, I am trying to rebuild this project using Bulma, so I might update it soon using a framework.

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

    None really.

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

    Are there ways to refactor the code to make it cleaner.

  • Submitted


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

    I have been completing a number of the "beginner" challenge options, so I am happy with seeing my speed for completing the task is increasing and my understanding of who to tackle the problem is improving.

    Next time I want to challenge myself to try to use Bootstrap or Bulma to complete a "beginner" challenge to practice using those tools.

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

    I think with all of these challenges, I am always questioning the sizes of containers (like width of a wrapper div) or proportion of a margin or padding to get my final version as close to the design. I guess I overcome them by trying to be confident with what I choose and then wait to see the comparison.

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

    Not sure... maybe where I should refactor my CSS to make it more efficient, but I welcome all feedback.

  • Submitted


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

    I think I did a decent job with using a limited amount of CSS to get the desired look. I also started with Mobile first which made it sort of easier to transition to a full-sized view port later.

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

    Nothing really threw me off. I think I just wasn't happy with the spacing of text and the size of boxes.

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

    I am mostly happy with how this came out, but I would've liked to try to solve this with a framework to practice something new. I also struggled with finding just the right spacing for elements and could use some insight into how developers pick the size of their wrappers. Thanks!

  • Submitted


    I know I can refactor the code to make it more efficient, so welcome feedback. This is the first solution that I submitted using the Document Object Model.

  • Submitted


    I would like feedback on how I moved the user profile image around and if there is a better, cleaner way to do it rather than using the transform y property and adjusting some margin with a negative value.

  • Submitted


    I think I did alright with this challenge, but wonder if the overlay could've been done differently... or better. Thanks for your feedback!

  • Submitted


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

    It was a fun project to complete. I think next time, I would try to practice using a framework possibly.

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

    I didn't encounter too many challenges on this assignment.

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

    Getting the sizes (like the width of the card) correct.

  • Submitted


    I feel like this could be completed in a much more efficient and clean way while still using basic HTML and CSS, so any pointers on best practices would be welcome. Thank you!

  • Submitted


    I welcome feedback about my code... I wonder what best practices, workflow, or ways to approach the solution would be better than they way I did it. Thanks!

  • Submitted


    This is my first Frontend Mentor submission, so any helpful, constructive feedback would be welcome.