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
- 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
- Login Page
- Signup Page
- Home Page
- Search Page
- Product Detail Page
- Cart Page
- Checkout Page
- Users
- Products
- Shopping Cart
- Transactions
- Create (INSERT INTO VALUES)
- Read (SELECT FROM WHERE)
- Update
- Delete (DELETE FROM WHERE)
© 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.
