Github search users clone with search repository functionality

forthebadge

A react + redux app + typescript app, with a search system to retrieve github user by search and display their page.

image

Table of contents

Installation

(Back to top)

Run

(Back to top)

  • Run the app : npm run start
  • Open the app : http://localhost:3000
  • Search for a user by typing into the seach bar
  • Click on the user to see his page
  • Have fun

Uninstallation

(Back to top)

Simply delete the folder

Recommended configurations

(Back to top)

I recommend to use the following configurations :

Google chrome
Nodejs version : 14.19.0
Npm version : 6.14.16

Future improvments

(Back to top)

Using graphQl is a good idea to retrieve data from the api. maybe I will add a graphQl api in the future.