jaeyp / electron-react-redux-calculator

Calculator app written in Electron with React and Redux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-react-redux-calculator

Calculator app written in Electron with React and Redux.

  • dual mode supports transformation between infix and postfix expression

INFIX mode

POSTFIX mode

Table of contents


Install

Clone this repo

~$ git clone https://github.com/jaeyp/electron-react-redux-calculator

Install dependencies

~$ npm install

Usage

Run the app

~$ npm run start

Build the app (automatic)

~$ npm run package

Build the app (manual)

~$ npm run build

Test the app (after npm run build)

~$ npm run prod

References


License

MIT © Jaehyun Park.

About

Calculator app written in Electron with React and Redux.

License:MIT License


Languages

Language:JavaScript 91.2%Language:CSS 8.8%