Skip to content

jhoukem/MobileApp_SuiteCRM

Repository files navigation

MobileApp_SuiteCRM

A cross plateform, mobile application used to connect to a SuiteCRM server and consult/modify/add/delete the Leads (Prospect in French).
It uses the React Native Framework for the logic/UI and Jest for the tests.

Installation guide

First of all you will have to install NPM and React Native on your computer. Follow the instructions on React Native official website.

Then you will have to clone the repository and download the dependencies of the project:

$ git clone http://github.com/jhoukem/MobileApp_SuiteCRM
$ cd MobileApp_SuiteCRM
$ npm update

Finally just run the app on your phone with this command:
$ react-native run-android (Android devices)
Refers to React Native documentation for iOS devices.

Of course in order to be used, this application need to connect to a SuiteCRM server.

Demo

Demo 1

Demo 2