Coder Social home page Coder Social logo

th3-s1lenc3 / math-calculator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.05 MB

A calculator for math operations created with Node.js, Electron & React.

License: MIT License

JavaScript 96.12% CSS 3.51% HTML 0.37%
math-calculator electron react

math-calculator's Introduction

Math-Calculator

Math-Calculator is a calculator for math operations created with Node.js, Electron & React.

( Jump to: Technologies - Installation & Usage - License )

The calculations this program can perform are:

  • Matrix operations
  • Solving systems of linear equations
  • Calculating the series of a subset of the Fibonacci Sequence
  • Probability of rolling r on n, s-sided die
  • Recursive sorting of digits
  • Vector transformation & rotation
  • Calculating the minimum number of hops between two nodes in an adjacency graph

If you experience a problem, search through the Issues to see if yours has already been reported. If you're confident it hasn't been reported yet, feel free to open up a new one. If you see your issue and it's been closed, it probably means that the fix for it will ship in the next version, and you'll have to wait a bit.

Technologies

Back to top

Project is created with:

  • @fortawesome/fontawesome-svg-core: 1.2.35
  • @fortawesome/free-solid-svg-icons: 5.15.3
  • @fortawesome/react-fontawesome: 0.1.14
  • better-react-mathjax: 1.0.1
  • bootstrap: 4.6.0
  • electron: 12.0.2
  • fraction.js: 4.0.13
  • jquery: 3.6.0
  • jsxgraph-react-js: 1.0.4
  • react: 17.0.2
  • react-bootstrap: 1.5.2
  • react-flow-renderer: 9.4.4

Installation & Usage

Back to top

Option 1: Download a prebuilt binary

Go to the Releases page and download the release for your operating system.

On Linux, you will need to chmod +x the AppImage file in order to run it.

Optional:

Verify your download by generating a SHA256 sum of the downloaded file and then check that matches the sum for your file on the releases page.

On *nix systems:

$ sha256sum <path_to_downloaded_file>

Example:

$ sha256sum math-calculator_2.0.0_amd64_linux.AppImage

On Windows:

Powershell
$ Get-FileHash -Path <path_to_downloaded_file>

Command Prompt
$ certutil -hashfile <path_to_downloaded_file> sha256

Example:

Powershell
$ Get-FileHash -Path math-calculator_2.0.0_amd64_windows_portable.exe

Command Prompt
$ certutil -hashfile math-calculator_2.0.0_amd64_windows_portable.exe sha256

Option 2 : Clone from repository

IMPORTANT NOTE: downloading the latest release will download the latest unreleased, development version and may not be stable.

Download Latest:

$ git clone https://github.com/Th3-S1lenc3/Math-Calculator.git
$ cd Math-Calculator
$ npm install
$ npm run electron-dev

Download from tag:

$ git clone --depth 1 --branch <tag_name> https://github.com/Th3-S1lenc3/Math-Calculator.git
$ cd Math-Calculator
$ npm install
For <tag_name> >= v2.0.0
$ npm run electron-dev
For <tag_name> < v2.0.0
$ npm start

License

Back to top

This project is licensed under the MIT License - see LICENSE for details

math-calculator's People

Contributors

th3-s1lenc3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.