Skip to content

mariyasf/shopping-cart.

Repository files navigation

Shopping-Cart

Implement a web application using html, CSS, JavaScript, and Python Flask via which users can view and buy products.

Home page

image

Product page

image image

Buy page

image

Buy page

image

Installation

Install flask and other thing's

  python --version
  pip --version
  pip install flask
  pip install cs50
  pip install flask-session
  pip install requests