Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.22 KB

E Commerce Platform - Shoppee

Backend part is added to .gitignore due to security.

Fuctions Implemented

  1. Search by keyword/category Our platform could search by both key word and category, and will return a page cannot found if not found anything.

  2. Shopping cart Checkout Page We can increment/decrement the Quantity of our product by clicking +/-. We can also remove the product from our shopping cart by clicking remove button.

  3. Pagination

    Pagination We added a feature by angular to let customer select how much item they want for each page, and button with boarders (max page show will be 5).

  4. Checkout page

  • Added forms for shipping address, billing address, and credit cart information
  • Added "Same as shipping address function"
  • Added selections to country while state(region) is synced with country (09092021)
  • Implementing the validation page (091822021): All fields required.
  1. Registration Page

Credits

  1. CSS from luv2code