Challenge: GitHub User Search App
Let's build a React app that allows users to search GitHub profiles efficiently while implementing data fetching, error handling, and React Query caching for performance optimization.
We'll cover the following...
Problem statement
You’re tasked to build a GitHub User Search Tool for your company’s developer dashboard. The app must let users type a GitHub username, fetch the ...