Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.02 KB

Overview

This repository demonstraits a simple ecommerse program. The ecommerse program was originally created in a language I'm familiar with, Python, which I transalated into Java for learning purposes.

I used the 'HelloWorld' and 'Calculator' programs to learn simple Java principals and for referencing Java syntax while creating the more complex ecommerse program.

Development Environment

I created both programs in Visual Studio Code

I used 'ArrayList' in the Java program to enable custom classes to be saved within strings

Useful Websites

I have found these websites helpful for understand Java:

Future Work

I plan on adding to the Python and Java ecommerse program where a customer creates an account with an username and password while demonstraighting more complex OOP in both languages.