What are you most proud of, and what would you do differently next time?
I am proud that this project is responsive from desktop to mobile with no expectation
What challenges did you encounter, and how did you overcome them?
I have occurred challenges regrading customization of lists, I used google & chatGPT to know how to customize the markers and my common sense how to make it the much similar that I can
What specific areas of your project would you like help with?
What are you most proud of, and what would you do differently next time?
Next time, I will probably make the website more interactive and add actual links to real profiles.
What challenges did you encounter, and how did you overcome them?
The challenges I encountered were spacing using the gap property with flexbox. But after more research and realizing I had the property on the child element instead of the parent, everything went smoothly moving forward.
What specific areas of your project would you like help with?
As of now I feel I'm doing good on my own. Research and documentation has gotten me a long way.
What are you most proud of, and what would you do differently next time?
I'm proud of using CSS variables and using clamp() to do the font-size challenge and keep the size of the card in check at different screen sizes. I think overall the structure of my CSS code is pretty neat.
I think there may be a better way to manage the size of the card. Overall, I really like how it turned out.
What challenges did you encounter, and how did you overcome them?
The most challenging part was managing the aspect ratio of the card. I used clamp() to manage it. I should perhaps look into the aspect-ratio CSS property next time and see what I can do to manage the size and shape of these centered layouts better.
What specific areas of your project would you like help with?
If I were to receive help, I think I'd like pointers relating to managing the size and shape of centered layouts like this one, and in the QR Code Component project.