The user's view of our application
If you load index.html
file of our project using an IDE which has a built-in web server, you will see the following main page in the browser. This file resides at the root of the application folder.
As you may have noticed, I have made improvements to the look and feel of the application, in comparison to what we had in the previous chapters. I have also done some re-factoring of the code in the project.
I mentioned previously that our application is somewhat responsive based on the browser's view-port. The following screenshot shows the application's index.html
page in the Chrome Developer Tools emulator (Ctrl + Shift + M in Windows), simulating its rendering in an Apple iPad: