Developed by szaske
A web client that displays the avatars of Github repository owners, built on React.
This client requires a GraphQL server running on localhost:4000 to work. You can get the server code here.
git clone https://github.com/szaske/react-github-client.git
cd react-github-client
yarn install
yarn start
- React - A flexible JavaScript library for building user interfaces.
- GraphQL - The JavaScript reference implementation for GraphQL
- React-Apollo - A GraphQL Client for React
- Bootstrap - CSS, and JavaScript framework for developing responsive UIs
- React-Tippy - A lightweight tooltip for React
This project is licensed under the MIT License - see the LICENSE file for details