slytton / express_handlebars_groceryList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express Grocery List ... now with Handlebars!

Fork and clone this repo to complete the exercises

This assignment will be very simple. Make a pretty UX for your app. Add server side scripting to your application. Use handlebars scripting to display the items on your grocery list.

Make sure your routes are set up to use the proper HTTP Methdods

Example:

/add/:item (POST)
/delete/:item (DELETE)
/list and /help and/or home page (GET)

Commit and push your changes. Submit a pull request to turn it in.

About


Languages

Language:JavaScript 83.4%Language:HTML 14.4%Language:CSS 2.2%