A React powered single page application that you can easily compare Github repositories. You can view the site on repocompare.io.
App is live and well at repocompare.io
- React for building and rendering components
- Firebase (Firebase Authentication) for handling Github OAuth
- Apollo Client for consuming Github's GraphQL API
- Material-UI for UI components and elements
- React Router for routing
- Babel.js for using ES6 features, compiling JSX, etc.
- Webpack for building and bundling
- Tested with Jest
You need to have node.js installed. When you are ready you can install all dependencies and run the development server by typing the below commands:
npm install
npm start
open http://localhost:8080
MIT John Tsevdos