From 50c71ecf2262314412f88111ba901b86c2a95839 Mon Sep 17 00:00:00 2001 From: Moses Antonio <moses.antonio@stud.h-da.de> Date: Fri, 31 Mar 2023 10:51:39 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 576c717..0b63a12 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. -- GitLab