Github User Finder

Github User Finder

"Discover GitHub users, their repositories, and key details with ease. Streamline your search and explore the world of code."

42
Github User Finder

Github User Finder

"Discover GitHub users, their repositories, and key details with ease. Streamline your search and explore the world of code."

The problem Github User Finder solves

"Find and explore GitHub users and their repositories effortlessly. Simplify your research, discover new projects, and connect with fellow developers for collaboration and learning."

Challenges I ran into

During the development of this project, one specific hurdle I encountered was handling asynchronous API requests and updating the state with the retrieved data. To overcome this, I utilized the

async/await

syntax along with

fetch

to make the API calls. Additionally, I used conditional statements to check if the responses were successful before updating the state with the data. By carefully managing the asynchronous flow and error handling, I was able to resolve this issue and ensure smooth retrieval and display of user information and repositories.

Discussion