This is a simple shopping cart backend written in C++. The application allows users to add,view and checkout items in their cart.
Before you can use this application,here are some prerequisites before using the program:
- C++ compiler (such as GCC)
- Basic knowledge of C++
- Basic Knowledge of data structures.Specifically, HashMaps, which is used in this particular project.
- Clone this repository to your local machine.
- Navigate to the root directory of the project.
- Create a build directory: mkdir build
- Navigate to the build directory: cd build
- Make a C++ file
- Build the application using that file
The program can do the following things:-
- Add Items in the cart
- View Items in the cart
- Checkout of the cart
Contributions to this project are welcome. To contribute, please fork this repository and submit a pull request with your changes.