A simple web application that discovers random GitHub repositories based on selected programming languages using the GitHub Repository Search API.
- Select programming languages from dropdown menu
- View repository details (name, description, stars, forks, issues)
- Refresh to find new repositories
- Responsive UI with loading and error states
- HTML, CSS, JavaScript
- GitHub Repository Search API
- Fetch API
- Clone the repository
git clone https://github.com/abdullayevf/random-github-repository-finder - Insert your GitHub token in the
config.jsfile:export const GITHUB_ACCESS_TOKEN = "your_github_access_token";
- Open
index.htmlin your browser
- Select a programming language
- View the random repository details
- Click "Refresh" for another repository
G'olib Abdullayev - github
