Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.82 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.82 KB

E-commerce

Built an e-commerce desktop application.

Tech-Stack : Java for Backend, Java FX for GUI(Graphical User Interface), Sql for Data Management.

User can browse products or login to place a single order, or create a cart to place multiple orders.

This is the Login Interface:

Screenshot 2023-05-08 024417

Upon a successful login, you land on the Home Page:

Screenshot 2023-05-08 024509

Here you can place a single order or add to cart to place multiple orders.

Like in the image below i added "keyboard And mouse" and "Oneplus 10T" to my cart.

Screenshot 2023-05-08 024531

Now i view my cart:

Screenshot 2023-05-08 024549

And i placed an order, which is now saved in my local database.

Screenshot 2023-05-08 024602

Now let's sign out for now:

Screenshot 2023-05-08 024623

But what if you try to place order while not signed in? Ofcourse, you cannot. You have to login first: Screenshot 2023-05-08 024705