Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

lxsavage/ReactCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactCalc v0.1.2

This app is an example of using Electron and React.js to create a basic calculator.

Features

  • Basic 4 operators/operations + - * /
  • A backspace button <
  • History Function (Press ^ to go to previous calculation)
    • C To clear this entry
    • ! To clear history

Running

Download

Pre-compiled versions of the app are available here, on the releases page.

Build

(Currently only tested on MacOS Mojave 10.14.3):

  1. Run yarn run electron-build
  2. Output is in ./dist/mac/calc-app.app or DMG in ./dist/calc-app-*.*.*.dmg

Dev

Run 2 tabs of Terminal

  1. Run yarn start
  2. After #1's compiling is complete:
    • run electron .

About

An example calculator app created using Electron and React.js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors