This is a React app built with the purpose to learn and demo the React framework.
The app uses the Github API to search the GitHub users, and get the details of a single user. The app displays the list of users that match the search, clicking on a user will display the profile of the selected user.
- webpack
- webpack-dev-server
- npm install
- npm start
- localhost:3000
-
[React] (https://facebook.github.io/react/)
-
[React reusable components] (https://facebook.github.io/react/docs/reusable-components.html)
-
[GitHub API] (https://developer.github.com/v3/search/)
-
[Redux] (http://redux.js.org/docs/basics/UsageWithReact.html)
-
[Material Design Lite] (https://getmdl.io/components/index.html)