Design comparison
Solution retrospective
This project helped me improve my CSS skills, especially with responsiveness, box shadows, and layout alignment. I'm also pleased with how the card looks across different screen sizes, from mobile to desktop, maintaining both functionality and aesthetic appeal. Next time, I’d like to experiment with CSS Grid instead of Flexbox to achieve more layout control and responsiveness if I want to extend this project to include more cards or different layouts. I’d also consider making the card component more dynamic by adding JavaScript to handle interactive features, such as flipping the card or expanding it for more details.
What challenges did you encounter, and how did you overcome them?Keeping tests and code in sync, especially when using npm run test: watch in a dynamic environment. Ensuring your test coverage is comprehensive and regularly running tests during development can help catch issues early. Using a test-driven development (TDD) approach can also improve code quality.
Community feedback
- @mariamsvanidze0Posted 3 days ago
Great work on your solution!
Semantic HTML: Excellent use of semantic elements like <header>, <main>, and <footer>, improving both accessibility and SEO.
Accessibility: The page is accessible, and adding aria-labels or roles could enhance it further.
Responsive Layout: The layout adapts well to different screen sizes, showing a strong understanding of responsive design.
Code Structure: The code is clean, organized, and easy to maintain.
Design Consistency: The design closely follows the intended layout, offering a seamless user experience.
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord