This project takes an HTML file with an unknown number of text sections and dynamically makes a navigation bar at the top using JavaScript.
It also tracks where the user is scrolling on the page, and highlights the active text section and the active navigation button.
The project is made for Udacity's Front End Web Developer Nanodegree.
The code was written by Jeff, based on starter code given for the project by Udacity.