we will be building Camper Chat, which will essentially be a live chat application. Users will be able to log in with their Facebook account and chat all things caravan and camping with anybody else who is using the application. The coolest thing about this application is the integration with PouchDB for storing local data and Cloudant for syncing that PouchDB data to a remote backend. This means that the data can be available to users when they are offline, and when they come back online again the latest updates will be fetched from the remote backend.
Navigation
Using a Sliding Menu
Using PouchDB to store local data
Using Cloudant to store remote data
Using the Facebook API for authentication and other features
Updating and displaying data in real time
Happy coding!