Starter code for teaching fundamentals of using HTTP and FORMS. To be used as an in class lecture alongside chapter 23, https://education.launchcode.org/intro-to-professional-web-dev/index.html
git clone https://github.com/farrellw/LC101-HTTP-FORMS.git
cd LC101-HTTP-FORMS
Make edits by opening up the project in VS Code, or another editor. code LC101-HTTP-FORMS
To view your changes, you can open up the HTML file in a browser. open index.html
Follow the ten instructions in index.html
Submit your form to the supplied API URL, and see if your form data was successsfully returned.