Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)