Devjobs web app using SvelteKit and Firebase

Solution retrospective
I'm on my journey of gaining experience on SvelteKit. Any feedback would be appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JulianKoehler
I really like your eye for details in design. It feels very smooth and you really translated the design well. I also like your firebase solution. But your filter function is a bit weird. Instead of forcing the user to search for the exact job title, consider filtering the job listings with either .contains() or .startsWith() and consider adding tags to the job objects like experience wanted and technologies needed. And don't forget to make everyting .toLowerCase() in the function. That way I think you can inmporve the filter function.
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