A react + redux app + typescript app, with a search system to retrieve github user by search and display their page.
- Clone this repo : git clone https://github.com/youssefchlendi/github-repositories-search
- Install dependencies : npm install
- 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
Simply delete the folder
I recommend to use the following configurations :
Google chrome
Nodejs version : 14.19.0
Npm version : 6.14.16
Using graphQl is a good idea to retrieve data from the api. maybe I will add a graphQl api in the future.