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

  • Nelly 30

    @NellyBise

    Submitted

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

    I'm proud of the responsive header. Next time, I think I will define fonts in the CSS index at the beginning of the project. I started using Tailwind config, but it's not the best way for responsive text.

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

    My biggest difficulty was using Vue, as this is my first complete project with it. On the other hand, this project allowed me to improve my CSS knowledge. I discovered some properties that I had never had the occasion to use before.

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

    I'm not sure if my management of the "selected destination" is the best ; perhaps it would have been better to handle it through the URL. What do you think ?

    @vitviki

    Posted

    The website looks great, but the moon image under the destination tab is not showing up.

    0
  • @vitviki

    Posted

    Looks great.

    0
  • @vitviki

    Posted

    Hey, this looks great for a beginner. If you tweak the fonts and padding in the context section and also align the paragraph to center, your solution will look much closer to the given design. Hope this helps.

    Marked as helpful

    0
  • @vitviki

    Posted

    Looks fantastic.

    The only difference I'm able to spot is that in the actual design line 3 in the main paragraph ends at the word 'Creator' whereas yours ends at 'for'. Small stuff really which I think is easily fixable with some padding.

    1
  • Anjelica 110

    @Anjie-MF

    Submitted

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

    This project was the first time I learned the differences between srcset and src attributes. Along with being my first FEM project, I learned the importance of HTML structure.

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

    Flexbox. I am six projects in and it still gets me but I learned the usage of containers when using Flexbox.

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

    Performance: how to optimize my images to reduce load times, especially for users on slower connections

    @vitviki

    Posted

    Hey,

    1. To add the cart icon inside the button use img tag inside button tag like so:

           <button class="cart_btn">
              <img src="./images/icon-cart.svg" alt="cart">
             Add to Cart
            </button>
      
    2. Instructions to add screenshot in README can be found in README-template.md. For some reason I'm unable to write the command here. It's not showing up in the preview.

    Hope this helps.

    0