Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoxTek Technology Store

CSC248 Group Project

Members

  1. shahxvi
  2. llezram
  3. relatableandgoofy69

Folder Structure

voxtek-technology-store
├── LICENSE
├── pom.xml
├── README.md
└── src
    ├── main
    │   ├── java
    │   │   └── com
    │   │       └── voxtek
    │   │           ├── Main.java
    │   │           ├── processor
    │   │           │   └── Processor.java
    │   │           ├── product
    │   │           │   ├── Inventory.java
    │   │           │   ├── Keyboard.java
    │   │           │   ├── Laptop.java
    │   │           │   └── Product.java
    │   │           └── user
    │   │               ├── admin
    │   │               │   ├── AdminFileHandler.java
    │   │               │   ├── Admin.java
    │   │               │   └── AdminUI.java
    │   │               ├── customer
    │   │               │   ├── CustomerFileHandler.java
    │   │               │   ├── Customer.java
    │   │               │   └── CustomerUI.java
    │   │               ├── User.java
    │   │               └── UserUI.java
    │   └── resources
    │       ├── keyboards.txt
    │       └── laptops.txt
    └── test
        └── java
            └── com
                └── voxtek
                    └── AppTest.java
16 directories, 21 files

About

UiTM CSC186 Group Project

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages