This repository contains the souce code of the Rappelle-toi mobile app featured in the Applications mobiles avec Cordova et PhoneGap book published by @Eyrolles and written by @fingerproof and @siebmanb.
Rappelle-toi is a Cordova/PhoneGap application developped using Web technologies like HTML, CSS and JavaScript. It is intended to run on iOS and Android, preferably on the latest versions of both these mobile operating systems.
The app is some kind of a diary allowing the user to associate a year and a picture, a video clip, some text or a geolocation to make an entry which will then be displayed in a sorted timeline. Entries are saved locally and can be deleted if need be.
As it is intended to be educational only, Rappelle-toi is meant to remain relatively simple and its source files must be fully annotated. That said, everyone willing to contribute is very welcome to do so submitting one or more pull requests :)
Applications mobiles avec Cordova et PhoneGap shows you how to install and setup Cordova/PhoneGap then, to run the app, you must open a terminal window and:
git clone
this repositorycd
into the freshly created rappelle-toi directory- add the needed platforms using
cordova platform add
(e.g.cordova platform add ios
) - execute
cordova plugin add dependencies
to get the required plugins - and finally run
cordova run
orcordova emulate
depending on your preferred deployment target
If you want to contribute, note that the book also teaches you how to debug this kind of apps, plus you can use the GapReload plugin to enjoy a faster development workflow.