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