Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 1019 Bytes

File metadata and controls

executable file
·
23 lines (15 loc) · 1019 Bytes

#[Do Now] Project 4 - Foursquare API

The do now activity for this lesson is to create the html page below in a new GitHub repo.

Step one: Create a new GitHub repo called "pizza-search". Make sure to check "Initialize with a README" so GitHub will initialize the repo for you.

Step two: Create a new workspace in Cloud9 by cloning that repository

Step three: Your designer has given you a "mockup" of the following page, which you should create in a file called index.html.

Website mockup

This webpage must also include the following:

  • Two script tags linked to the following:
       <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
       <script src="script.js"></script>
	``` 
* Your input field must be assigned the id "address"
* Your button must be assigned the id "submit"
* Below the button must be an empty unordered list with the id "results"