gmx / livecalc.xyz

An online open source multi-user calculator

Home Page:https://www.livecalc.xyz/new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Status: No major problem.

livecalc.xyz

livecalc.xyz is a multi-user math web app. The math is parsed & computed in the browser by math.js.

Live demo

Example

sin(45 deg) => 0.7071067811865475

Code

A node.js backend with socket.io is used for synchronisation of sheets between multiple users. The client UI is mostly written in vanilla JS. No jQuery, no angular, no react, no whatever (for now).

Install

Clone:

git clone https://github.com/antoineMoPa/livecalc.git

Backend dependencies:

npm install

I was too hipster for browserify. So I decided to create a makefile to download frontend dependencies:

make download

If you want to use the fira firefox font:

make fira

Run

nodejs index.js

You can now visit http://127.0.0.1:3000.

Contributing

You can submit issues.

You can also clone and code then send a pull request.

About

An online open source multi-user calculator

https://www.livecalc.xyz/new

License:GNU General Public License v3.0


Languages

Language:JavaScript 73.3%Language:HTML 15.2%Language:CSS 10.6%Language:Makefile 0.9%