Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aljones15/relaymaptodo
- Owner: aljones15
- Created: 2017-05-16T04:38:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T04:01:36.000Z (about 4 years ago)
- Last Synced: 2023-11-07T18:01:08.136Z (about 1 year ago)
- Topics: express, graphql, javascript, react, relay, webpack
- Language: JavaScript
- Homepage:
- Size: 15.1 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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```