Lorenzo-Melotto / NeuCalc-electron

A simple calculator with a neumorphism style built with electron.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeuCalc

Now an electron app!

A simple calculator built with electron that has a neumorphism style to it. Check out the version written in vanilla javascript here.

Getting started

Clone the repostiroy

$ git clone https://github.com/Lorenzo-Melotto/NeuCalc-electron.git

Run npm init to install the dependencies

$ npm init

Run the project

$ npm run

Or build the project for the OS you want

  • MacOS
    $ npm run package-mac
  • Win32
    $ npm run package-win
  • Linux
    $ npm run package-linux

The packages will be placed inside the build folder in the root directory.

Enjoy!

License

MIT

About

A simple calculator with a neumorphism style built with electron.

License:MIT License


Languages

Language:JavaScript 72.4%Language:HTML 18.2%Language:CSS 9.4%