Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linshiyan1992 authored Aug 23, 2021
1 parent 12f0ac0 commit fe4a45d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
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


0 comments on commit fe4a45d

Please sign in to comment.