Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 678 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 678 Bytes

E_Commerce

401 MVC Lab .NET Core

Lab 1

Buid out an application that has the folowing pages:

  • Home Page
  • Products Page

Home Page

Clean and simple home page design with CSS. Include on this home page a link to the “Products” page.

Products Page

The products page will display for the user a list of the data provided inside the cereal.csv file. Include a link to return to the home page. The page’s functionality should acheive the following:

  • Display all of the products to the page
  • Allow to search by name
  • Sort the data by ascending or descending