From fe4a45d0cce14b0c139f7982bde43886b860232d Mon Sep 17 00:00:00 2001 From: shiyan lim Date: Mon, 23 Aug 2021 16:06:16 +0800 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0601ec --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# electron-todoApp + +## ReleaseNote + +Description: A task manager application based on [Electron]("https://www.electronjs.org/") Framework + +Version: 0.0.1 + +Feature: +1. Create Task +2. Have persistance storage thanks to [Electron-Store]("https://github.com/sindresorhus/electron-store"); +3. Drag and Drop function to order the task list + +Roadmap for 0.0.2 + +1. - [ ] Add priority feature which can help users to identify the emergency of certain task +2. - [ ] Add basic description feature +3. - [ ] Improve the UI/Layout for better user experience + +