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

https://github.com/duytq94/react-native-note-with-pouchdb

Making a simple note app with PouchDB in React Native
https://github.com/duytq94/react-native-note-with-pouchdb

couchdb note-app pouchdb react-native

Last synced: 12 months ago
JSON representation

Making a simple note app with PouchDB in React Native

Awesome Lists containing this project

README

          

# Making a simple note app with PouchDB in React Native

## Description
* Can working with slow or no network connection.
* Synchronization between devices and server when going online (with actions like creating, reading, updating, deleting notes).
* Watch the demo video for more clarity: https://www.youtube.com/watch?v=qT2Is58aZsQ
* Check my general guidance to know more and how to do it: https://medium.com/@duytq94/making-a-simple-note-app-with-pouchdb-in-react-native-ec4810b18a42

## Screenshots

![default](screenshots/1.jpg)
![default](screenshots/2.jpg)
![default](screenshots/3.jpg)