Adding Interactivity to Web Pages

In this workshop, we will utilize our newfound knowledge of JavaScript to add interactivity to the static web page we created in the Introduction to HTML and CSS workshop. We will then push our code to GitHub and integrate it into our GitHub Page.

Workshop Objectives

  1. Run a LiveServer in VS Code to see your web page update in real time
  2. Import JS libraries like JQuery
  3. Use JQuery to manipulate and add HTML and CSS elements to your page
  4. Make a clickable button
  5. Push code to GitHub and integrate JS file into our GitHub Page