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 + + + + -- GitLab