/shopping-list

Shopping list desktop app in Electron

Primary LanguageJavaScript

Shopping List

Shopping List is a simple desktop app in Electron that lets you make a shopping list.

Add an item Show the list

To run

$ npm i && npm start

To package the app

# Windows
$ npm run package-win

# Mac
$ npm run package-mac

# Linux
$ npm run package-linux