GitHub Finder is a web app that allows users to search for GitHub profiles and view user details such as repositories, followers, bio, and social information.
I created this project to get a better understanding of working with APIs and how real-time data is fetched and displayed in a React application.
Through this project, I learned how to:
- Fetch data from an external API (GitHub REST API)
- Handle API responses like loading, success, and error states
- Implement theme toggling (light / dark mode)
React.jsTailwind CSSGitHub REST API
