GitHub Jobs API | built with React and React Query

Solution retrospective
Feedbacks are welcome 😆!
I had a lot fun when working on this project (especially trying out the new tool I found for data fetching and caching 👉React Query.) The color scheme is great, the overall looks way better than the original jobs.github.com/positions 😆 LOL! If I would build a job hunting website in the future (with backend), this is something I would consider for the frontend first😎.
However, some part of the design is kind confused 🤯, e.g. there is no back button on the job detail page 👀, also there is no way to clear the job filters 😬. I hope there would be some similar projects like this in the future.
I got some 429 Too Many Requests
error when working on the filters, therefore, instead of fetching new data from the request when click search, I just filtering within the cached data, and click load more will apply the filters to the new coming data as well. In such way I can reduce some requesting to avoid that error 😬.
Thanks for reading my annoying comments 😂LOL and happy coding 🙌!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Connor Z's solution.
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