https://github.com/kadukeitor/keep-graph
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
https://github.com/kadukeitor/keep-graph
google-keep graphcool graphql material-design material-ui react-router reactjs
Last synced: about 2 months ago
JSON representation
Keep Graph is a open source clone of Google Keep. It's built on top of React and GraphQL.
- Host: GitHub
- URL: https://github.com/kadukeitor/keep-graph
- Owner: kadukeitor
- Created: 2018-04-11T16:32:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T15:02:45.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T13:43:51.303Z (2 months ago)
- Topics: google-keep, graphcool, graphql, material-design, material-ui, react-router, reactjs
- Language: JavaScript
- Homepage: https://kadukeitor.github.io/keep-graph
- Size: 10.8 MB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep Graph
Keep Graph is a open source clone of [Google Keep](https://keep.google.com).
It's built on top of [React](https://reactjs.org) and [GraphQL](https://graphql.org).
The current backend is hosted on [GraphCool](https://graph.cool)
## Getting Started
### 1. Clone the project
```
git clone https://github.com/kadukeitor/keep-graph.git
```### 2. Move to the project
```
cd keep-graph
```### 3. Install the dependencies
```
npm install
```### 4. Create the configuration file
```
cp .env.example .env
```### 4.1. Current configuration
```
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
```### 5. Run the project
```
npm start
```## Demo
Check the demo [here](https://kadukeitor.github.io/keep-graph/)