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

duckydash139/electron-calculator-client

Repository files navigation

electron-calculator-client

The purpose of this project is to learn Electron + React by building the Calculator’s desktop app to communicate with REST api server.

You can check the server repo at electron-calculator-server

Features

  • ✏️ Normal calculator + power function
  • 📡 Saving on CloudDrive for each computer
  • 🖥 Desktop app powered by Electron + React

Build Setup

# install dependencies
$ yarn install

# set up server url in config.json
Example: {"server": "localhost:27017/storage"}

# run development mode
$ yarn start

# build for production and launch server
$ yarn make

We use electron-forge to scaffold the project , so please visit their website for more details.

About

Calculator desktop app with backend server

Resources

Stars

Watchers

Forks

Packages

No packages published