Introduction to the London Tourist App
London is the largest city in England and it is a city that is well known to attract tourists around the world. The city is very urban but it has many historical and non-historical tourist attractions. With this large number of attractions, it can be difficult to pick out the best places to go. This is the entire idea behind the London Tourist App as it will provide users with five handpicked destinations that tourists visiting London can actually visit. These destinations will be stored in a JSON file in our project that we will be querying via AJAX and populating.
Creating the London Tourist app
To begin the process of creating our app, we are going to start by creating a brand new Ionic application. So far in this book, we have learned to create a new Ionic application using the blank template. For the application we are about to build, we are going to use a new type of Ionic template to create the application. We are going to be using the side menu...