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

  • @alecanonm

    Submitted

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

    • I am proud to built this page with different technologies and made it totally functional and responsive

    • I would do differently put the JSON data in a base data like mongoDB or Postgres to put more information if the customer wish it

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

    i didn't find something that had could be a challenge

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

    I would like to know if i built the project in the right way with the technologies that i used, and also i would like to know if the hooks and my solution are right and if there's a better way to do it i would like to know it

    @Wlfernando

    Posted

    I watched you images deformed when shrinking the viewport. I recommend give them a static width and height adaptaded with media queries or use the element <picture> to prevent this behaivor. Also the popup isn't like the displayed in the design: for the text in it, you could meet text-wrap and text-overflow; and for the dimension of the popup, you can work with media queries. I worked this one with nextjs, too. If you want to read my code, here is my solution: https://github.com/Wlfernando/Product-list-with-cart

    Marked as helpful

    0
  • jgambard 340

    @Tripouille

    Submitted

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

    Nothing in particular, but it was fun.

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

    Using the last version of vue with composition api, thankfully the documentation is great.

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

    Any feedback on my composition api usage will be greatly appreciated.

    @Wlfernando

    Posted

    Hi! you have an issue with overflow. You could use outline property in all to cast the culprit of that beheavor.

    0
  • Charles 80

    @Ghost-Writer-2

    Submitted

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

    I'd make a CSS mini library with SASS and use it for my next project

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

    Using and understanding the position property. I asked a friend and he told me to use chrome dev tools so I can properly discern where my problem is coming from. Thanks Carlos

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

    I'd appreciate any tips or advices. I'll also love helpful best practices on writing clean readable code

    @Wlfernando

    Posted

    Use HTML semantic elements. You could half your logic in modules

    0