Challenge Overview
We previously launched contests and created a Travel Buddy Cordova app, which interacts with REST API developed using ASP.NET WebAPI technology.
In this contest, we want to make the pages in Travel Buddy Cordova app run in desktop browser as well. You can probably archieve this by simply putting the html pages Travel Buddy Cordova app in IIS directly. The point is the destop version should reuse the code in Cordova app as much as possible, so that if we make changes later in either version, the result will take effect in both versions.
You can download the latest codebase from: https://github.com/cloudspokes/px-travel-buddy (use 'develop' branch).
Note that the desktop version should be deployed in IIS.
Please also try to fix the css issue in the browser (the header & footer are not in the right place).
Final Submission Guidelines
Submission Deliverable
- Source code
- Deployment Guide with verification steps