PostIt Todo is a todo task list manager app for OSX menubar.
This is implemented using Electron, Redux, React, idb (IndexedDB) along with Babel & Webpack.
Download the latest .dmg
file for mac here
###Install dependencies:
npm install
###Start development server & app:
npm run dev
npm start
###Distribution:
npm run dist