Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
The current backend is hosted on GraphCool
git clone https://github.com/kadukeitor/keep-graph.git
cd keep-graph
npm install
cp .env.example .env
REACT_APP_GRAPHQL_ENDPOINT_SIMPLE=https://api.graph.cool/simple/v1/keep-graph
REACT_APP_GRAPHQL_ENDPOINT_SUBSCRIPTIONS=wss://subscriptions.us-west-2.graph.cool/v1/keep-graph
npm start
Check the demo here