All Projects → apollographql → Githunt Angular

apollographql / Githunt Angular

Licence: mit
An Apollo with Angular full-stack example app: vote for your favorite GitHub repos!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Githunt Angular

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 (+985.42%)
Mutual labels:  graphql, github-api, apollographql
Githunt React
[DEPRECATED] 🔃 An example app frontend built with Apollo Client and React
Stars: ✭ 1,036 (+619.44%)
Mutual labels:  graphql, github-api, apollographql
Vue Apollo Todos
Vue Apollo GraphQL mutation examples
Stars: ✭ 69 (-52.08%)
Mutual labels:  graphql, apollographql
Apollo Mocked Provider
Automatically mock GraphQL data with a mocked ApolloProvider
Stars: ✭ 70 (-51.39%)
Mutual labels:  graphql, apollographql
Graphql Log
Add logging to your GraphQL resolvers so you know what's going on in your app.
Stars: ✭ 94 (-34.72%)
Mutual labels:  graphql, apollographql
Graphql Query Test Mock
Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.
Stars: ✭ 49 (-65.97%)
Mutual labels:  graphql, apollographql
Apollo Angular
A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server 🎁
Stars: ✭ 1,058 (+634.72%)
Mutual labels:  graphql, apollographql
Angular Fullstack Graphql
🚀 Starter projects for fullstack applications based on Angular & GraphQL.
Stars: ✭ 92 (-36.11%)
Mutual labels:  graphql, apollographql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-79.17%)
Mutual labels:  graphql, apollographql
Gitstats
An open source github contribution analyzer
Stars: ✭ 115 (-20.14%)
Mutual labels:  graphql, github-api
React Fullstack Graphql
Starter projects for fullstack applications based on React & GraphQL.
Stars: ✭ 1,352 (+838.89%)
Mutual labels:  graphql, apollographql
Graphql Codegen Hasura
code-generator plugins for hasura/apollo-gql/typescript development
Stars: ✭ 113 (-21.53%)
Mutual labels:  graphql, apollographql
Umi Plugin Apollo
Apollo graphql plugin for umi
Stars: ✭ 48 (-66.67%)
Mutual labels:  graphql, apollographql
Data Source Base
Boilerplate for creating a GrAMPS-compatible data source.
Stars: ✭ 52 (-63.89%)
Mutual labels:  graphql, apollographql
Howtographql
The Fullstack Tutorial for GraphQL
Stars: ✭ 7,999 (+5454.86%)
Mutual labels:  graphql, apollographql
Apollo Prophecy
🔮 GraphQL error management made Easy, generate custom machine-readable errors for Apollo Client/Server from the CLI
Stars: ✭ 83 (-42.36%)
Mutual labels:  graphql, apollographql
Graphql React Apollo
A GraphQL implementation in React using Apollo.
Stars: ✭ 9 (-93.75%)
Mutual labels:  graphql, apollographql
Mvfsillva
My personal website
Stars: ✭ 13 (-90.97%)
Mutual labels:  graphql, github-api
Booben
Web app constructor based on React, with GraphQL bindings
Stars: ✭ 96 (-33.33%)
Mutual labels:  graphql, apollographql
Apollo2 Subscriptions How To
Apollo Server 2 how to setup subscriptions
Stars: ✭ 125 (-13.19%)
Mutual labels:  graphql, apollographql

GitHunt Angular2

Greenkeeper badge

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

Get on Slack Build Status

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

Running the app

0. This repository is only the Angular frontend.

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

1. Install Node/npm

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

2. Clone and install dependencies

git clone https://github.com/apollostack/GitHunt-angular2.git
cd GitHunt-angular2
npm install

3. 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 green Submit button 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].