This repo containing the boiler plate for making a Github Profile Finder App using react and redux. This helps you to learn key concepts of React , Redux and Github Api. This Site gave the overview of a developer on Github with details like Name, Bio , Company, Location, Followers and List of all the repos he/she is working or developing.
Clone this repository and open it in your editor of choice.
git clone https://github.com/sagar-7227/GitHub-Finder.git
- Please make sure that npm and yarn is already installed on your system
Then install the project dependencies with ::
yarn
Then edit the .env file and add the github access token which you can generate at https://github.com/settings/tokens.
REACT_APP_GITHUB_TOKEN = 'your_github_access_token'
Now you can run the project with this command
yarn start
Start modifying the App.js file in src to see some changes in the frontend.