Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aljones15/relaymaptodo

Using React, Relay, Graph QL, and Express construct a simple map apps that provides to do list for certian cities
https://github.com/aljones15/relaymaptodo

express graphql javascript react relay webpack

Last synced: 8 days ago
JSON representation

Using React, Relay, Graph QL, and Express construct a simple map apps that provides to do list for certian cities

Awesome Lists containing this project

README

        

# RelayMapToDo
![alt travis cli](https://travis-ci.org/aljones15/RelayMapToDo.svg?branch=master)

Using React, Relay, Graph QL, and Express construct a simple google map apps that provides to do list for certian cities

## Stack
- GraphQL
- Express
- Relay Modern
- React
- Jest
- Selenuim
- Cucumber

## ToDo
- [x] Finish Implementing PaginationContainer
- [x] https://facebook.github.io/relay/docs/pagination-container.html
- [ ] Work on the Aphrodite Styles
- [ ] Create Like and Dislike mutations
- [ ] Try to unse a Fragment for the edges

### Install
```
npm install
npm test
npm start

```