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 learning to use CSS Grid. Next time I would try to improve my code.

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

    At the end of the recipe there was a table, I could have done it by using the tag, but instead I used CSS Grid so I will learn to make a table in a different way.

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

    Althougth I use fonts by linking to google fonts, I would like to know how to use fonts by using the local font files provided inside the fonts folder.

  • Submitted


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

    I am proud of trying to improve my code. Next time I will try to use relative units because they provide more flexibility and adaptability for responsive design.

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

    There was a problem when deploying by Vercel, it didn't work because the images couldn' be read inside the images folder, so I moved the images to the src folder and then it worked.

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

    I would like to know why in the following code, relative units in percentage doesn't work but absolute units like px does work.

          GitHub
    
  • Submitted


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

    I am proud of understanding each time more and more about coding, next time I would like to apply responsive design in my project.

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

    When I deployed my project using Vercel, error 404 appeared. I didn' t know what was it about so I spent hours looking for how to solve this problem. Finally I realized that at the time the project is deployed a Vercel text box asks to specify which folder is index.html in. So I did it and the program worked.

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

    I would like to know wether it is strictly necessary to use responsive design in this project because I haven´t used it and my project run very good.

  • Submitted


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

    I learned tailwindcss, easier than CSS. I would improve responsive design.

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

    I found difficult responsive design but finally I coded according to tailwindcss documentation.

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

    I am not so sure about my responsive design code done using tailwindcss, I think it could be improved.