Skip to content

lasanseniya/shopping-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Manager Application

Java  IntelliJ IDEA  Visual Studio Code 


A java application which consists of a CLI for admin operations and a GUI for customer operations.

User will be given a GUI window at firsthand to select their interface
( CLI for admins / GUI for customers )


Features

Admin CLI

  • Adding products.
  • Removing products.
  • Saving session data
    (Both manual and AutoSave options are available).
  • Sorting products according to productIDs.
  • Display available space in stock.

Customer's GUI

  • SignUp and LogIn.
  • View available items in tabular format.
  • Get information about a selected item.
  • Add items to cart.
  • View discount eligibility and rates.
  • Checkout

Screenshots

Initial window

Initial window

SignUp / LogIn

SignUp & LogIn

Store front

Shop view

Shopping cart

Shop view