Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhruv-kumar-jha/appsync-todo-app
Todo Application built using AppSync and Create React App
https://github.com/dhruv-kumar-jha/appsync-todo-app
apollo-client appsync aws aws-appsync aws-dynamodb aws-sdk graphql react react-router
Last synced: about 15 hours ago
JSON representation
Todo Application built using AppSync and Create React App
- Host: GitHub
- URL: https://github.com/dhruv-kumar-jha/appsync-todo-app
- Owner: dhruv-kumar-jha
- Created: 2017-12-22T19:37:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T20:19:33.000Z (about 7 years ago)
- Last Synced: 2024-11-19T16:59:40.085Z (2 months ago)
- Topics: apollo-client, appsync, aws, aws-appsync, aws-dynamodb, aws-sdk, graphql, react, react-router
- Language: JavaScript
- Homepage: https://appsync-todo-app.firebaseapp.com/
- Size: 161 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS AppSync Todo Application
Simple Todo List application built using AWS AppSync, Dynamo DB and React.![ScreenShot](public/screenshot.png)
## Building a Todo Application using GraphQL and AWS AppSync
- [Introduction](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync)
- [Designing our Schema](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync/designing-schema)
- [Attaching Resolver](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync/attaching-resolver)
- [Attaching Update and Delete Resolvers](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync/attaching-update-and-delete-resolvers)
- [Creating Resources and Attaching Remaining Resolvers](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync/creating-additional-resources-and-attaching-remaining-resolvers)
- [Advanced Resolvers](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync/advanced-resolvers)
- [Getting Started With The Frontend](https://dhruvkumarjha.com/building-a-todo-application-using-graphql-and-aws-appsync/getting-started-with-the-frontend)