tanmay-cs13 / react-graphql-todos

Simple Todo App with React and GraphQL

Home Page:http://graphql-react-todo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Todo App with React and GraphQL

A simple Todo app with React using GraphQL as the data source. This app has optimistic updates. (This app does not use Relay)

A React Todo App with GraphQL

This project is extended from this React tutorial. Kudos to the original author.

Setting Up

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

Source Code

Source code is well commented and written in a ES2015.

Use following entry points:

  • Client: client/index.js
  • Server: server/index.js

About

Simple Todo App with React and GraphQL

http://graphql-react-todo.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 89.0%Language:CSS 8.3%Language:HTML 2.7%