AI Final Project Open API - Code-the-Dream-School/intro-to-programming-2024 GitHub Wiki

  1. Project should have one of the follow sources:
  1. Project should, at minimum contain all of the following:
  • An HTML document for the page
  • A CSS document to style the HTML page
  • A JavaScript file containing a minimum of 2 GET requests that have event listeners related to navigation links or buttons
  • A README file that includes the instructions for running the webpage
  1. The index.html file should, at minimum, include all HTML boilerplate code, and navigation that includes a minimum of two links in it.
  2. The code should run without console errors when a user follows the README instructions
  3. The code should handle errors