Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.49 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.49 KB

Shopping Cart Application

Overview

This repository contains the implementation of a Shopping Cart Application by Group-35 as part of the CS212 - Object Oriented Programming Laboratory course at the Department of Computer Science & Engineering, NITS (National Institute of Technology, Silchar) for the session January - June 2024.

Problem Statement

The objective of this project is to create a Shopping Cart Application using Object Oriented Programming principles. The application allows users to add items to their cart, remove items from the cart, view the items in the cart, and calculate the total cost of items in the cart.

Group Members

  • Member 1: [Student ID: 2212069]
  • Member 2: [Student ID: 2212070]

Implementation Details

The implementation of the Shopping Cart Application is organized into classes and methods designed to handle various functionalities such as adding items to the cart, removing items from the cart, displaying the cart contents, and calculating the total cost.

Usage

To use the Shopping Cart Application, follow these steps:

  1. Clone or download this repository to your local machine.
  2. Compile and run the main program file.
  3. Follow the on-screen instructions to interact with the Shopping Cart Application.

Contributions

Contributions to this project are welcome. If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.