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 most proud of figuring out how to use relative spacing and get used to using rem instead of pixel for the project.

    I am not quite sure what I would do differently next time around

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

    I had challenges with the spacing. I was using rem but I was still setting the height to a set rem value and that was causing the card to be too tall. I then tried to just using spacing for the height to be automatically generated instead of setting any value for the height for the card.

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

    Just any suggestion on how to improve. I still struggle with using the "right" semantic html tags and would appreciate any best practices tips.

    Not quite sure how I can scale something like this in the future

  • Submitted


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

    Changing the project using more dynamic design as opposed to exact pixel

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

    I had trouble understanding relative sizing for fonts and spacing but I was able to overcome this by reading article recommended in previous feedback to understand why using rem is preferred and customizing sizes unavailable in the framework.

    I was also unable to get prettier to work for a while due to being very unfamiliar with the tool. I read the documentation and when that didn't work, I watch the video published by tailwind and was able to realize my mistake. I did not have it as my formatter nor did I have format on save enable in VS Code. I also was not familiar with the CLI commands. I was able to learn both and it is now working.

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

    I still struggle with html tag selection and accessibility. I am really not sure how to make the page more accessible and using only alt text for images seem very limited.

  • Submitted


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

    I am proud of:

    • Setting up Tailwind CSS properly for development and build
    • Learning to use Figma to analyze spacing
    • Troubleshooting build and deployment issue with Tailwind CSS

    Next time I would like to use ESLint and Prettier-Tailwind tools for better consistency

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

    I had trouble when building and deploying the app. I lost all the styling that I did via tailwind-css and I was able to look up common issue and pinpoint the problem in tailwind config file. Then, I was able to experiment with the file path in the content line.

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

    I would like suggestions and feedback on Semantic HTML and other tools and processes.