Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.08 KB

React Github Client

Developed by szaske

A web client that displays the avatars of Github repository owners, built on React.

Getting Started

This client requires a GraphQL server running on localhost:4000 to work. You can get the server code here.

Install

git clone https://github.com/szaske/react-github-client.git
cd react-github-client
yarn install
yarn start

Built With

  • 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

License

This project is licensed under the MIT License - see the LICENSE file for details