Skip to content

kadira-samples/angular-graphql-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Todo App with Angular and GraphQL

A simple Todo app with Angular using GraphQL as the data source. (This app has optimistic updates support)

A Angular Todo App with GraphQL

This project is extended from this Codepen example. Kudos to the original author.

Setting Up

  • Clone this repo
  • Run npm install
  • Start the app with npm run dev

Source Code

Most of the source code well commented and used Promises in many places.

Use following entry points:

  • Client: public/app.js
  • Server: server/index.js