Find GitHub User is an Android application designed to search for GitHub users and view detailed information, including their followers and following lists. Users can also add user details to a favorites list and toggle between light and dark modes. This application was created to update the certificate at the Dicoding Academy, 'Belajar Fundamental Aplikasi Android' as part of the final submission requirement.
Here are some screenshots demonstrating the application features:
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Android Studio
- A GitHub account (Personal access tokens)
- Clone the repository:
https://github.com/fadhlansulistiyo/FindGitHubUser.git
- Open the project in Android Studio.
- Set up your GitHub API token:
- Create a
local.properties
file in the root directory of your project. - Add the following line to
local.properties
:API_KEY=token <your api key here>
- Create a
- Build the project in Android Studio.
- Launch the application on an Android device or emulator.
- Use the search bar to find GitHub users.
- Click on a user to view their detailed information.
- Add users to your favorites list.
- Toggle between light and dark modes in the settings.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
Fadhlan Sulistiyo Hidayat - fadhlansulistiyo@gmail.com