Designing without Figma can be quite challenging. I really hope Frontend Mentor starts providing free Figma files for projects from the Newbie to Junior levels.
What specific areas of your project would you like help with?I'd take any advice!
Designing without Figma can be quite challenging. I really hope Frontend Mentor starts providing free Figma files for projects from the Newbie to Junior levels.
What specific areas of your project would you like help with?I'd take any advice!
For future project, You could download and host your own fonts using @font-face improves website performance by reducing external requests, provides more control over font usage, ensures consistency across browsers, enhances offline availability, and avoids potential issues if third-party font services become unavailable.
I’m proud that I wasn’t as rusty with CSS and HTML as I initially thought I would be. I was able to quickly troubleshoot issues and learn on the go, which reinforced my confidence in my skills.
Next time, I would try to be more methodical in my approach by implementing a structured workflow, for example.
What challenges did you encounter, and how did you overcome them?One of the main challenges I faced was remembering how to effectively structure the website content. Initially, I struggled with this, but as I began writing, the structure started to flow more naturally.
Additionally, I encountered some CSS properties that I had forgotten. However, I was able to easily overcome this by searching online for the information I needed.
What specific areas of your project would you like help with?I would appreciate help with writing clearer and more organized code. I recognize that I may not be fully utilizing best practices in my coding approach, and I would welcome any advice on methodologies that could enhance my workflow.
Could've used <p> for <h2>. Card descriptions are generally in <p> tag.