Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gulfstream15 authored Jun 27, 2017
1 parent 2399e18 commit a66d440
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
A shopping basket application developed in Java in Android Studio using TDD

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
a s hopping basket. It also has a Shoppable interface that lists methods that
will add and remove items, empty the basket and determine its value.
The application was developed from scratch using TDD. It includes a Runner
to test the output. The application sets the loyalty status for customers
and sets whether an item is on offer (.e.g 2 for 1). Discounts are applied
for customers that are loyal or have spent over a speficied amount. A runner
class then compares two customer baskets to determine who has spent the most.

0 comments on commit a66d440

Please sign in to comment.