Update README.md

master
Kristyn Bryan 10 years ago committed by GitHub
parent 899c02b7b4
commit 0626aa6541

@ -23,18 +23,18 @@ Prerequisites: Javascript <br>
* Practice creating custom routes. * Practice creating custom routes.
* Practice using parameters from a request. * Practice using parameters from a request.
####Tonight you will be using your new found skills to create three separate Express apps. ####Tonight you will be using your new found skills to create three separate Express apps.
__________________________________________________________
__________________________________________________________
<br> <br>
#Tip Calculator APP #Tip Calculator APP
- Create an express application. - Create an express application (see the bottom of this homework for a reminder).
- Your app should have a route of `'/tip'` and it should expect 2 params. One of which should be `total` and one should be `tipPercentage`. - Your app should have a route of `'/tip'` and it should expect *2 params*. One should be `total` and one should be `tipPercentage`.
- When hitting the route the page should display how much you tip will be based on the total ammount of the bill and the tip percentage. (ex. hitting `'/tip/100/20'` should display `20` on the page). - When hitting the route, the page should *display how much your tip will be* based on the total ammount of the bill and the tip percentage. (ex. hitting `'/tip/100/20'` should display `20` on the page).
**Commit 1** <br>
<hr>
"Commit 1: Tip Calculator express application created."
<hr>
<br> <br>
#Magic 8 Ball APP #Magic 8 Ball APP
@ -48,6 +48,12 @@ __________________________________________________________
``` ```
["It is certain", "It is decidedly so", "Without a doubt", "Yes definitely","You may rely on it", "As I see it yes", "Most likely", "Outlook good","Yes", "Signs point to yes", "Reply hazy try again", "Ask again later","Better not tell you now", "Cannot predict now", "Concentrate and ask again","Don't count on it", "My reply is no", "My sources say no","Outlook not so good", "Very doubtful"] ["It is certain", "It is decidedly so", "Without a doubt", "Yes definitely","You may rely on it", "As I see it yes", "Most likely", "Outlook good","Yes", "Signs point to yes", "Reply hazy try again", "Ask again later","Better not tell you now", "Cannot predict now", "Concentrate and ask again","Don't count on it", "My reply is no", "My sources say no","Outlook not so good", "Very doubtful"]
``` ```
**Commit 2** <br>
<hr>
"Commit 2: Magic 8 Ball express application created."
<hr>
<hr> <hr>
## Views ## Views
Index Index

Loading…
Cancel
Save