From 8baf0f86148a7e66a33ede37c564010402f29689 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 13 Jun 2016 21:36:08 -0400 Subject: [PATCH] Update README.md --- unit_02/w05d02/homework/README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/unit_02/w05d02/homework/README.md b/unit_02/w05d02/homework/README.md index 97cfad0..0c042a4 100644 --- a/unit_02/w05d02/homework/README.md +++ b/unit_02/w05d02/homework/README.md @@ -83,9 +83,20 @@ app.get('/greeting/:name', function(req, res) { ```
-## Views -Index -Show -Module.export +# Look at the View + +
+##Peek-a-boo +- Create a new folder called `views` +- Create a file called `peek_a_boo.html.ejs`. +- Create a file called `server.js`. Inside this file, write code that will render to the screen "Tee hee!" if a user goes to the address `/i_see_you`. +- If someone types in an address that is NOT `/i_see_you`, a message should be rendered to the screen saying "Where are you?" +- Write the code in both of your new files that will render data from your `server.js` file in the body of your `peek_a_boo.html.ejs` + +**Commit 4**
+
+"Commit 4: Rendered a view with Peek-a-boo." +
+