Tinder app for puppy playdates implemented with a Slash GraphQL backend and the Apollo Client for React.
This project was bootstrapped with Create React App.
yarn build: Builds the production appyarn eject: Ejects the app from using React Scriptsyarn format: Formats the code using Prettieryarn format-watch: Runs Prettier in watch modeyarn start: Starts the development server on port 3000yarn test: Runs the tests
- https://dgraph.io/slash-graphql
- https://dgraph.io/docs/graphql/mutations/add/
- https://dgraph.io/docs/graphql/mutations/update/
- https://dgraph.io/docs/graphql/todo-app-tutorial/todo-ui/
- https://github.com/dgraph-io/graphql-sample-apps/blob/948e9a8626b1f0c1e40de02485a1110b45f53b89/todo-app-react/src/GraphQLData.js
- https://github.com/dgraph-io/graphql-sample-apps/blob/948e9a8626b1f0c1e40de02485a1110b45f53b89/todo-app-react/src/TodoApp.js