Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piglovesyou/note-app
A sample implementation of LocalStorage-only React note-taking app
https://github.com/piglovesyou/note-app
graphql localstorage react
Last synced: about 2 months ago
JSON representation
A sample implementation of LocalStorage-only React note-taking app
- Host: GitHub
- URL: https://github.com/piglovesyou/note-app
- Owner: piglovesyou
- Created: 2021-10-04T07:33:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:39:44.000Z (about 1 year ago)
- Last Synced: 2024-11-03T04:40:42.744Z (3 months ago)
- Topics: graphql, localstorage, react
- Language: TypeScript
- Homepage: https://piglovesyou.github.io/note-app/
- Size: 1.52 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note App
A sample implementation of LocalStorage-only React note-taking app.
https://piglovesyou.github.io/note-app/
## Tech Stack
* [Apollo Client](https://www.apollographql.com/docs/react/) for GraphQL client - [Test](https://github.com/piglovesyou/note-app/blob/main/src/data/client.test.ts)
* [apollo-cache-persist](https://github.com/apollographql/apollo-cache-persist) for LocalStorage persistence
* [Reactive variable](https://www.apollographql.com/docs/react/local-state/reactive-variables/) for in-memory app states
* [GraphQL code generator](https://www.graphql-code-generator.com/) for data typings and utilities
* TypeScript, React, Jest, create-react-app, etc.## Features
* Autosave
## Author
Soichi Takamura [@piglovesyou](https://github.com/piglovesyou)