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 comments

  • P

    @robcrock

    Submitted

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

    The process template I created has sped up my development efforts quite a bit. This was the shortest amount of time I have spent on the initial set up yet.

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

    I wish the Figma Layout were better, but I manage to get through those. I would say that the stack I'm using is serving me well. The more often I use it and the more frequently I use it the better I will get at it.

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

    Feedback on my style and the how I chose to break up the components would be helpful.

  • P
    beowulf1958 1,170

    @beowulf1958

    Submitted

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

    I am most proud of the Sass variables working correctly. I had to do some research, and ultimately followed Jessica Chan's Youtube video on the subject. Have not decided if I will stick with them; I may just go back to css variables.

    I also learned how to use sass maps. I did not end up using them, as they added nothing in this instance.

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

    I was challenged mainly in sass variables and getting them to work. I also struggled with maps. I initially had problems with the image not loading, but I was using an incorrect file path

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

    nothing in particular

  • P-Mingi 150

    @P-Mingi

    Submitted

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

    ~

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

    ~

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

    ~

  • P
    Duy Anh Le 120

    @leanhduy

    Submitted

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

    Receive feedback & suggestion from fellow developers for previous challenges and be able to apply those suggestions to this challenges.

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

    Applying grid system for both the cards container and the cards themselves seemed to work on firefox, but the elements alignment is messed up in other browsers (chrome & edge). I fixed them by changing the display of the cards from grid system to flexbox.

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

    If you can point out anything that violates the best practices of HTML and CSS in my code, I would be very appreciated and gladly learn from it.

  • @5alidev

    Submitted

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

    I'm proud that I have completed this project easily, and what I would do differently next time is maybe use grid instead of flexbox.

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

    The challenge I encountered was with the mobile-first approach, as it's my first time working with it.

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

    I would like help with the mobile-first approach.