From 1800890e6295953b57baa5cd341fca8cc31adfe0 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Thu, 3 Nov 2016 16:27:33 +0100
Subject: [PATCH] Create README.md

---
 README.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a1956bd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# roadmap
+
+Allows you to create multiple roadmaps for your projects and displays them in a timeline
+
+### Features:
+- multiple roadmaps
+- admin area for editing
+- expandable cards
+- milestones
+- tasks
+- subtasks
+- descriptions for each task and subtask
+- progress bar for upcoming, currently not finished, milestones
+
+### [Instructions](https://github.com/deadlocker8/roadmap/wiki)
+
+_Note: needs a MySQL Database_
+
+### Screenshots
+
+![r1](https://cloud.githubusercontent.com/assets/16324894/19972309/e44dcede-a1e1-11e6-93f1-2f71f9df1b39.png)
+![r2](https://cloud.githubusercontent.com/assets/16324894/19972312/e5574788-a1e1-11e6-991b-4165936dfd73.png)
+![r3](https://cloud.githubusercontent.com/assets/16324894/19972313/e63d517e-a1e1-11e6-9470-5df08fadc09f.png)
-- 
GitLab