Challenge One:
-
Make a directory called challenge one that contains an index.html file, app.js file, and css file.
-
Paste this code into you your JS file -https://gist.github.com/fresh5447/32826da54ceb78c0491c
-
Connect bootstrap and make sure everything is working.
-
Create a repository on github and push your code to it (continue to commit throughout the project)
-
Create the index page layout
-
Loop through the array in the javascript file and spit the items out on to the page.
-
Give the form functionality - when the user clicks submit - an alert pops up that contains the information in the fields. (BONUS: Append the content to the page)