Skip to content

This app is developed with react and redux toolkit using github user api which enables to search with username and it shows its full details with repository.

Notifications You must be signed in to change notification settings

sagar-7227/GitHub-Profile-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub-Profile-Finder

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.


Quick Overview

GitHub Finder


Running this project

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.


About

This app is developed with react and redux toolkit using github user api which enables to search with username and it shows its full details with repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published