Adding interactivity with Javascript

Here I chose to learn how to add a scrolling effect with Javascript. When a user clicks on a area in the navigation bar, they are brought right to that part of the page. It was a challenge trying to get the positioning just right, where the content of the page did not slide under the page title when scrolling.

This was a simple project to learn how to enlarge the text and the circle when a user hovers over it with the mouse.

This time I followed a tutorial to use javascript to create a slider to move screens from right to left, or left to right. Again this was a challenge, as I wanted the slider to loop to the last page around to the first, but that will need some attention.