https://github.com/kryptonbd/github-finder-react-app
Github Finder App with React
https://github.com/kryptonbd/github-finder-react-app
react reactjs
Last synced: 9 months ago
JSON representation
Github Finder App with React
- Host: GitHub
- URL: https://github.com/kryptonbd/github-finder-react-app
- Owner: KryptonBD
- Created: 2021-02-14T08:42:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T08:42:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T13:48:19.352Z (10 months ago)
- Topics: react, reactjs
- Language: JavaScript
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Finder
I created this project while learning [React](https://reactjs.org/).
Where you can search users with username and view user profile, can see the number of repos, followers, following, and list of repos from where you can go to the user profile on github.
## Setting Up
To run this app you need to register [Github Developer app](https://github.com/settings/developers), After registering you'll have a *client id* and *client secret*, create a **.env.local** file on root folder, same folder as *package.json* than paste below lines:
```
REACT_APP_GITHUB_CLIENT_ID='client_id'
REACT_APP_GITHUB_CLIENT_SECRET='client_secret'
```
Ofcourse replace *client_id* and *client_secret* with your id and secret.
## Running the project
Use following command on project terminal/window/command prompt
- run ***npm install*** to install all the dependencies
- run ***npm start*** to start the project
- Go to [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.