Skip to content

SwiftBros/amazonClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

Created by Matt and Rageeb

Full-stack web app that mimics Amazon's website.

Built with:

  • Frontend: HTML, CSS, Bootstrap, JavaScript, jQuery
  • Backend: PHP, MySQL

Features

  • User can login
  • User can search for products
  • User can sort items by price/reviews
    • Price: Low to High
    • Price: High to Low
    • Avg customer review (High to Low)
  • User can add products to shopping cart
  • User can checkout items from shopping cart
  • User can filter products by categories
    • Review/Rating
    • Prime/Not Prime
    • Condition
  • User can update shopping cart item quantities

Pages

  • Login Page
  • Signup Page
  • Home Page
  • Search Page
  • Product Detail Page
  • Cart Page
  • Checkout Page

MySQL Database Tables

  • Users
  • Products
  • Shopping Cart
  • Transactions

MySQL Features Implemented

  • Create (INSERT INTO VALUES)
  • Read (SELECT FROM WHERE)
  • Update
  • Delete (DELETE FROM WHERE)

GIF Recording Demo


License

© 2019 Matt and Rageeb

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Full-stack web development project that mimics Amazon's e-commerce functionalities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors