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?

    This is my first time creating a full project using all three front end components HTML, CSS & JS. Making the dropdown menu on my own was a quite a task, but solved it after putting some thinking. I would like to write more efficient and maintainable code next time, as I think my CSS code is too much clutter-ish.

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

    I would like to have feedback on CSS code and how can I write more maintainable code.

  • Submitted


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

    Eh, the task was quite easy. Not much proud of anything apart from the part that I've solved my second Front-end Mentor challenge.

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

    Didn't.

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

    Would really love feedback on my CSS code.

  • Submitted


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

    I am very proud that for the first time I've figured out the solution of the problem on my very own.

    Things I consider doing different next time are,

    • using good naming conventions
    • avoid using ID's for selecting HTML tag where it can be done without using it.
    • try to write more clean code

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

    I wasn't able to use Flexbox properly and I was having trouble aligning the containers horizontally center and also some of my elements were overflowing the containers. I have solved aligning problem by setting width to my containers and used calc() function to substract the amount of margin and padding from the actual width of my containers to stopping it from overflowing.

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

    I would really want to get feedback on where I could've written fewer lines of code to gain the same results and how can I write more clean code.

    Thank you!