Skip to content

zwalk/VendingMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products

Day 1

A controller has already been created called Products. Your job is to develop a number of different views for a List of Products.

  1. List View
  2. Tile View
  3. Table View

Model classes representing a Product have been provided for you. Do not modify or simplify the model's properties for this exercise.

The images have been provided in the webapp/img folder.

Day 2

Convert your existing pages to use a shared layout view so that you are not repeating each site template with each page.

Make the list, tile, and table view have clickable links that redirect the user to the product specific detail view. Suggestions include making the image clickable, the product name clickable, etc.

Implement the Detail View for the individual product.# VendingMVC

About

Vending Machine on the web!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published