I'm proud of having completed the challenge in record time for me. Next time, I would take a bit more time to improve and refine certain details.
What challenges did you encounter, and how did you overcome them?- Challenges: Guessing the
font-size
,font-weight
, color, and the card's width. - Solution: I defined common measurements for font size and weight. For the color, I used a color picker tool to match it as closely as possible.
I would like help with JavaScript. I know how to make an API request, but I need to learn how to do it following best practices and with better code structure.