Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1022 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 1022 Bytes

Quiz Application for Mobile (using Ionic 2)

Aim

Learn how to build Mobile App (Android, iOS) with 3-tier Architecture. Each platform (Android, iOS) could have specifics options (sensors, for example).

User Interface (iOS, Android and Windows, side-by-side)

Home page

alt text

Add Question:

alt text

Add Proposed Answers:

alt text

Playing: Answer to the Question

alt text

Playing: Check Answers

alt text

Execution

We don't need to worry about the persistence's process (saving and retrieving data) because this application uses the online database "mLab".

To execute the application, just enter "ionic serve -l" then the default web browser of the computer will show up the home page. We could choose the platform (Android, iOS) we want to use the application.