This is a simple mobile app built with Flutter that allows you to search for GitHub users and repositories.
- Search for GitHub users by username.
- Search for GitHub repositories by keywords.
- View user profiles with details like name, bio, and avatar.
- View repository details including the owner, description, and stars.
To get started with this app, follow these steps:
-
Prerequisites: Make sure you have Flutter and Dart installed on your development machine. If not, you can follow the official Flutter installation guide.
-
Clone the Repository: Clone this repository to your local machine using Git:
git clone https://github.com/princenyamadi/github_app
-
** Get Packages and Dependencies
flutter run pub get
-
Add env file and variables: Add environment file
.envand set your github token toGITHUB_TOKENin the env file -
Run the app
flutter run



