All Projects → aruntk → GitHunt-Polymer

aruntk / GitHunt-Polymer

Licence: MIT license
An example of a client-side app built with Polymer and Apollo Client.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to GitHunt-Polymer

angular-apollo-starter
Learning apollo-client, graphql with angular6.x
Stars: ✭ 16 (+23.08%)
Mutual labels:  apollo, apollo-client, apollographql
jest-gql
✅🚀GraphQL based tests for Jest and Apollo
Stars: ✭ 33 (+153.85%)
Mutual labels:  apollo, apollo-client, apollographql
React Graphql Github Apollo
🚀 A React + Apollo + GraphQL GitHub Client. Your opportunity to learn about these technologies in a real world application.
Stars: ✭ 1,563 (+11923.08%)
Mutual labels:  apollo, apollo-client, apollographql
github-react-native-apollo-graphql
📱 A GitHub mobile app built with React-Native and Apollo GraphQL
Stars: ✭ 24 (+84.62%)
Mutual labels:  apollo, apollo-client, apollographql
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (+61.54%)
Mutual labels:  apollo, apollo-client, apollographql
apollo-magic-refetch
magically refetches relevant apollo graphql queries after creates, deletes, and association changes
Stars: ✭ 32 (+146.15%)
Mutual labels:  apollo, apollo-client, apollographql
gitstar
Github Client built with React Apollo
Stars: ✭ 15 (+15.38%)
Mutual labels:  apollo, apollo-client, apollographql
now-course
Proyecto para el curso de Now.sh en Platzi
Stars: ✭ 19 (+46.15%)
Mutual labels:  apollo, apollo-client, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (+130.77%)
Mutual labels:  apollo, apollo-client, apollographql
Apollo Link
🔗 Interface for fetching and modifying control flow of GraphQL requests
Stars: ✭ 1,434 (+10930.77%)
Mutual labels:  apollo, apollo-client
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (+869.23%)
Mutual labels:  apollo, apollo-client
fullstack-apollo-subscription-example
A minimal Apollo Server 2 with Apollo Client 2 with Subscriptions application.
Stars: ✭ 72 (+453.85%)
Mutual labels:  apollo-client, apollographql
Guide
📖 The GraphQL Guide website
Stars: ✭ 104 (+700%)
Mutual labels:  apollo, apollo-client
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+10300%)
Mutual labels:  apollo, apollographql
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (+638.46%)
Mutual labels:  apollo, apollographql
Graphql Directive
Use custom directives in your GraphQL schema and queries 🎩
Stars: ✭ 142 (+992.31%)
Mutual labels:  apollo, apollo-client
Apollo Php Client
携程Apollo配置中心PHP客户端
Stars: ✭ 147 (+1030.77%)
Mutual labels:  apollo, apollo-client
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (+607.69%)
Mutual labels:  apollo, apollographql
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+876.92%)
Mutual labels:  apollo, apollo-client
Reactql
Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR
Stars: ✭ 1,833 (+14000%)
Mutual labels:  apollo, apollo-client

GitHunt Polymer

An example of a client-side app built with Polymer and Apollo Client.

Polymer-Apollo package : https://github.com/aruntk/polymer-apollo

Please submit a pull request if you see anything that can be improved!

Running the app

1. Clone and run the GitHunt API

This repository is only the Polymer frontend. Run the GitHunt API first. (This is temporary, until we have a permanently hosted demo server.)

If the apollostack/Githunt-API doesnt work try this Githunt-API

2. Install Node/npm

Make sure you have Node.js installed (the app has been tested with Node 4.4.5 and 5.3.0)

3. Clone and install dependencies

git clone https://github.com/aruntk/GitHunt-Polymer.git
cd GitHunt-Polymer
npm install
bower install

4. Run the app

npm start
  • Open the client at http://localhost:3000
  • Click "Log in with GitHub" in the upper right corner
  • You'll be presented with the seed items in the app

GitHunt App

Submit a Repo

Click the fab with plus icon in the bottom right corner and add repo with the username/repo-name pattern.

GitHunt App

New Item

Review the new item, up vote it and visit the repo via the link.
GitHunt App

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].