diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 4c1f4b3..7bfb024 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -10,7 +10,7 @@
-
+
\ No newline at end of file
diff --git a/.idea/libraries/Maven__junit_junit_4_12.xml b/.idea/libraries/Maven__junit_junit_4_12.xml
new file mode 100644
index 0000000..d411041
--- /dev/null
+++ b/.idea/libraries/Maven__junit_junit_4_12.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml
new file mode 100644
index 0000000..f58bbc1
--- /dev/null
+++ b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ProjectStructure Readme b/ProjectStructure Readme
new file mode 100644
index 0000000..85d820f
--- /dev/null
+++ b/ProjectStructure Readme
@@ -0,0 +1,15 @@
+JUST CODE README
+
+Create a financial app which interacts with a user at a Point of Sale terminal.
+The app scans the user’s purchase total, and gives the option to round up to the next whole dollar (or other specified figure)
+The app then provides a menu of options of where to send the extra funds. The funds could be sent to a savings account, a charity, a mutual fund or other investment.
+The app would also print a receipt showing the value of the original bill, the rounded up value, and how much was
+ committed to each account.
+The initial development stage would involve creating the UML, the user interface, and the functionality of adding and subtracting dollar amounts.
+
+
+Future functionality
+The app could provide access to a database which stores customer account profile data, balance, fund choices.
+It could also track the progress of the chosen fund from real market data, and return the resulting change in value to balance.
+The app might also give the option to add a new fund or charity.
+
diff --git a/main.iml b/main.iml
index 4fd5057..a5cc752 100644
--- a/main.iml
+++ b/main.iml
@@ -1,6 +1,6 @@
-
+
@@ -8,5 +8,7 @@
+
+
\ No newline at end of file