From 1c2a2f47a31e81177f3a653df2824aec2c92fc62 Mon Sep 17 00:00:00 2001 From: Thomas Battermann Date: Sat, 20 Jun 2015 20:19:07 +0200 Subject: [PATCH] Added readme file --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..717814d --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# TodoList + +A simple TodoList application which uses xml-files for data-storage. +A project for class "programming 2" at Baden-Wuerttemberg Cooperative State University. + +- Professor: Johannes Unterstein +- student: Thomas Battermann +- course: TINF14K + +## Known bugs + +- If the TodoList-view is to small, changing names and adding new ones does’t work. + +## Todo + +- Implement CSVHandler to save CSV data \ No newline at end of file