This project can simulate the online purchase process.
-
Contains:
- src and Test packages.
- README.md file to explain how the program works.
- .gitignore file to remove unneeded files.
-
Simulates:
- The online cart: when you buying something on the internet.
- Payment method: to pay to your foods or products online.
-
You can use this way:
- Download the files using .zip or clone them.
- Open your intellij IDE or Netbeans IDE
- Create new project and put the files to it.
- Run the program and enjoy it.
-
Or you can use this one:
- Copy the repository URL.
- Open your intellij IDE.
- Go to the Welcome home by closing all the projects.
- Click on Check out from version control.
- Paste the URL into the repository box and wait...
- Now you have the project.
- Enjoy with it.