https://github.com/yourtion/demo_graphqlwithreact
Building URL shortener using React, Apollo and GraphQL
https://github.com/yourtion/demo_graphqlwithreact
apollo apollo-graphql graphcool graphql react
Last synced: about 2 months ago
JSON representation
Building URL shortener using React, Apollo and GraphQL
- Host: GitHub
- URL: https://github.com/yourtion/demo_graphqlwithreact
- Owner: yourtion
- License: mit
- Created: 2018-01-11T05:23:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T17:41:09.000Z (almost 4 years ago)
- Last Synced: 2025-07-08T12:43:11.938Z (3 months ago)
- Topics: apollo, apollo-graphql, graphcool, graphql, react
- Language: JavaScript
- Homepage:
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo_GraphqlWithReact
Building URL shortener using React, Apollo and GraphQL
- [Part I: Setup and displaying short URLs using GraphQL](https://medium.com/@pjausovec/building-url-shortener-using-react-apollo-and-graphql-part-i-467aef8c64ce)
- [Part II: Creating short URLs](https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-ii-d686dd797c71)
- [Part III: Creating serverless function for hashing](https://medium.com/@pjausovec/building-url-shortener-using-react-apollo-and-graphql-part-iii-6a1a74d94e5e)
- [Part IV: Short URL stats (number of clicks)](https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-iv-tracking-url-clicks-2d486a706008)
- [Part V: User Authentication](https://hackernoon.com/building-url-shortener-using-react-apollo-and-graphql-part-v-user-authentication-726c45979b82)