- Bootstrap Frontend Styling
- React Frontend Library
- Axois API calls
- Github API - Data Fetching Purpose
- whenever user enters the url the username is extracted using queryparam react-router
- Axios calls are made to Github API using that username
- Fetched Data is stored in State before rendering (ComponentWillMount)
- Data is moduled to sub component by Props