Skip to content

rvnlvrz/E-CommerceApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-CommerceApp

Create a simple e-commerce application implementing the requirements below:

  1. Show a catalog of the available products that you will be selling. Your catalog should display an image of the product, the product's name, a short description of the product and the product's cost.

  2. A user may select more than one product to buy from your catalog

  3. When a user checks out, ask for billing information which includes the following as a minimum (all information must be valid):

    Name
    Billing Address (multiple lines)
    Postal Code
    Contact Number
    Credit Card Number
    Credit Card Expiration Date (mm/yy)
    Credit Card Security Code

  4. There should be a small panel displayed on every page, showing the total number of items added in the shopping cart and the total amount

  5. After payment, the application should return a purchase reference number

  6. Using the purchase reference number, the application should be able to retrieve the purchase details so that the user may view the items purchased The submission for this project is on March 17, 2018. Please create a user's manual to guide your end-users in using your e-commerce application.

Notes:

  • Add proper layout and styles to your page
  • Validate user inputs wherever necessary
  • For reference, you can browse the pages of public e-commerce sites like Lazada, Amazon, eBay, etc.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published