Job Listings App with React

Solution retrospective
any feedback is welcome!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @al3xback
Hi Natasya,
My feedback is:
- It would be better if we set image on header to be a background-image instead of img tag. The reason is:
a) this is just static image and never changing too often (even no need for CMS setup for future). b) we are not going to use picture element for better rendering. c) less code.. haha
- on
main
, changes will be:
main { ... flex-wrap: wrap; //remove align-items: center; //remove }
we dont need
align-items: center
cos each.list
element has width property 100%, then this has no effect :) and we dont needflex-wrap: wrap
cos we dont set exact height to it.Marked as helpful - @ChamuMutezva
Great solution Natasya. Well done. Filter working as expected plus the site is responsive
Marked as helpful
Join 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