A simple react based website to search and explore github repositories using username or repository name. It uses github api to fetch the data, this project was created to help my friend learn reactjs.
git clone https://github.com/mantreshkhurana/github-explorer-reactjs
cd github-explorer-reactjs
npm install
npm start
- Search repositories by username
- Search repositories by repository name
- View repository details
- View repository issues
- View repository pull requests
- View repository contributors
- View repository languages
- View repository forks
- View repository stars
- View repository watchers
- View repository license
- View repository topics
- View repository releases
- View repository branches
- View repository commits
- View repository tags
- View repository stargazers