diff --git a/README.md b/README.md
index 576c717174a2f49675f4b57429424e3d54cf2a07..0b63a12ce9c8c2ff9235b8e4dc569cdfd8a18488 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,16 @@
 # test
 
+### Inflationstracker
+App to track inflation (not too refactored, some codes are dirty).
+
+### Rentools
+Prototype app to find houses.
+
+### collisionTesting
+A simple engine created in python with 2D collision detection for rectangle.
+
+### random
+A  collection of some random python code (one of them I used to translate block of text (example from lecture presentation) and remove some whitespace, so that it translate more correctly).
+
+### serverTesting
+A simple php and js code that I use for testing get and post functions.