This project is a console-based shopping UI developed in Java, designed to simulate a simple shopping experience. Users can interact with a text-based interface to browse items, add them to their cart, and manage their shopping list. The application utilizes Java Lists to store and manage the items in the cart, offering a streamlined and efficient shopping experience in a command-line environment.
Key Features:
-List of products, -search product by id, -view product b/w range, -lowest price product, -highest price product, -add products in cart.
Technologies Used:
-Java, -Java Collections (List)