Welcome to the E-Commerce Coffee Shop built using Streamlit and Python (OOP Concepts).
This is a beginner-friendly e-commerce web app that displays coffee products, allows users to add items to a cart, and simulates a checkout process. It’s a great project for learning and showcasing Python, Streamlit, and object-oriented programming skills.
ecommerce-streamlit/ │ ├── app.py # Main Streamlit app
├── products.py # Product class and sample data
├── cart.py # Cart class to manage shopping cart
├── utils.py # Utility functions
└── requirements.txt # Python package requirements