Easy-to-use To-Do App, which can create sticky notes with time-reminder function.
- Create the sticky note of to-do.
- Time-reminder.
- Filter and sort to-do list.
- Clone the repo
git clone https://github.com/ambisign-gavin/todo-sticker.git
cd todo-sticker
npm install
- Start webpack-dev-server
npm run dev:server
- Start electron app
npm run dev:electron
MIT