-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f2ac51
commit 2399e18
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# ShoppingBasket | ||
A shopping basket application developed in Java in Android Studio using TDD | ||
|
||
This application include ShoppingBasket, Item and Customer classes to replicate | ||
a shopping basket. It also has a Shoppable | ||
This application includes ShoppingBasket, Item and Customer classes to replicate | ||
a shopping basket. It also has a Shoppable interface. The application was developed | ||
from scratch using TDD. It includes a Runner to test the output. The appl |