Search⌘ K

Introduction to the Travel Planner Project

Explore creating a travel planner project that uses graph concepts in JavaScript. Understand how to represent cities and routes, apply weights for distances, and implement an algorithm to find the shortest path with the restriction of using only one air route.

We'll cover the following...

What is the project about?

In this chapter we'll build a more advanced project that focuses on graph and algorithm concepts—a working knowledge of these concepts will be helpful. In this project, there will be an HTML web page, on which we will render two ...