Interface Samples for Web Programming Project, CS2135 C02

Text Prototype Example

Enter origin city: boston
Enter destination city: new-york
Which routes (shortest, all)? all
Avoid city (city name or none) none
Include city (city name or none) hartford
Routes from boston to new-york avoiding none and visiting hartford : 
(boston providence hartford new-york)
(boston worcester hartford new-york)

Web Prototype Example

screen 1 example

screen 2 example

screen 3 example