This app was coded in Ionic 2 Framework. All product data and images are fetched from a JSON file remotely. The app will keep a record of all items being selected and reflect the total items beside the cart icon. In the checkout view all items are listed with prices and corresponding total price. The data will be sent to a remote server in a JSON format after clicking submit. Then a PHP script will process the data and store them into a MySQL database.
Technology used: Ionic 2 Framework, PHP, MySQL, JSON