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 the way I used the Figma preview more effectively to understand design specifics. I also figured out how to make the image responsive using object-fit and a container with a fixed height.

    I also discovered a good work flow. First building the skeleton. Then making it responsive, then filling in the detailed css.

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

    I couldn't figure out the deployment. I'm getting an error on GitHub pages and Vercel. This is my first time using create-react-app for a project, so there's something in the boiler-plate config or file structure that's throwing it off.

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

    Deployment! The index.html is in the build folder and I'm running npm deploy. The command is running in the terminal and returning 'Published' , but I'm getting a 404 on GitHub pages and a syntax error with vercel.

  • Submitted


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

    I had a hard time centering the card for mobile. I am proud of how I eventually got the card centered using grid for the outer container and flex for the card.

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

    I am still working on the font fallback and the font sizing.

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

    Font fallback and dynamic font sizing