A React Native mobile app built with Expo to explore GitHub user profiles and repositories with a responsive, dynamic UI.
GitHub Explorer is a mobile app built with React Native and Expo, designed to explore GitHub user profiles and repositories. It showcases real-world mobile development skills, including API integration, navigation, state management, and a responsive UI tailored for seamless user experiences.
Fetch and display user profile details like avatar, name, bio, followers, and following.
View public repositories with details like name, stars, forks, and description.
Tap repository items to open their GitHub page in a browser.
Supports light and dark modes based on device settings.
Refresh repository lists with a smooth pull gesture.
Handles invalid usernames and network issues with user-friendly alerts.
Displays loading indicators during API fetches for polished UX.