-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12f0ac0
commit fe4a45d
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
|