A nice looking API explorer of Github REST API.
- I don't like Github UI too much. 😕
- I need a project to work on. 😎
- Github API is a true mess. 😖
- I can't view everything about a Github repo or Github account at a single page 😑
I've made a web app that allows users to search for Github accounts and repositories and display the corresponding data in a clear and easy-to-read manner.
If you want to run the website on your local machine:
- Clone the repository:
git clone https://github.com/melvinchia3636/gitinfo
- Install all required dependencies using
npm install
- Create a
.env
file in the project root folder and put your github API key inside:REACT_APP_API_KEY = 'YOUR_API_KEY'
- Run
npm start
and you're good to go.
This project is still under development, new features are being added constantly. If any bugs are found, please file an issue here, and I'll resolve it ASAP.
This project was inspired by Allicodes' project, which allows users to search for relevant information about any Github account as part of the #31daysofdevelopment event.
Copyright © 2022 Melvin Chia
Licensed under MIT.