Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 774 Bytes

File metadata and controls

16 lines (11 loc) · 774 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

It's a social media engine, where we can search for github's users by their name, and more than that, we can visit their repositories and their profile, I did that by using github's API and Axios the fetch my data. I enjoyed doing this project. it's a good project to practice what have learned in reactjs. image

you can run by cloning it and :

+ of course you need node js to run a react ptoject 
+ command line : npm insall       (to instal all the packages )
+ command line : npm start 
that's all