This is github finder where one can find any github user view thier profile their details their repos and much more.
https://githubfinderhkg.netlify.app/
Here're some of the project's best features:
- Search Github Profiles
- View GIthub Profile where hirable or not followers following public repos public gists recent repos and much more
- Contact Details
1. Get github client id and client secret from github account by creating an app on this URL
https://github.com/settings/apps
2. Clone the repo
git clone https://github.com/Hirdeshgupta/GitHubFinder.git
3. Install npm packages
npm install
4. Create .env file in the root directory
NODE_ENV="dev" GITHUB_CLIENT_ID=XXXXXXXXX GITHUB_CLIENT_SECRET=XXXXXXXXX
5. Start react app
npm start
Contributions are what make the open source community such an amazing place to be learn inspire and create. Any contributions you make are greatly appreciated.
- Fork the Project
- 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
Technologies used in the project:
- React Js
- Context Api
- Github API