This is simple Notes taking desktop based app built on Angular5 and Electron. Data is persisted in JSON file which is accessed using Express-JS
Clone the branch to your local environment and just run npm install
npm run electron-build
npm run electron
Angular - Fast and easy development.
ElectronJS - Build cross platform desktop apps with JavaScript, HTML, and CSS.
Materialize CSS - A modern responsive front-end framework based on Material Design.
ExpressJS - To host a quick server for GET and POST actions to JSON file.
jsonfile-npm - Node module to read and write from a json file.