Job listings with filtering (React & TailwindCSS)

Solution retrospective
Any feedback is welcome :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Yemisrach15
Hi Marcos, well done! Your solution looks quite responsive :) A few suggestions,
- Since the tags are interactive/clickable, they should be buttons. Maybe wrap the text inside each
li
withbutton
. - After a tag is selected, it should be possible to remove it. If I want to deselect a tag, I should be able to remove that particular tag without clearing the whole selection.
Keep up the good work
Marked as helpful - Since the tags are interactive/clickable, they should be buttons. Maybe wrap the text inside each
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