cdzhoubin / calcium

πŸ“Ÿ A web-based calculator app

Home Page:https://calcium.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calcium Calculator

Author LICENSE Stars Netlify Status

A web-based calculator app

Banner

Description

Calcium is a web-based calculator written in React + Typescript.

If you have any problem or idea, it's welcome to open an issue to let me know.

Here is the Wiki

Here is the Manual

Why its name is Calcium?

Calculator -> calc -> Ca (Chemical Element) -> Calcium

What features does it include?

  • Basic calculating
  • Sigma & Integral & Product calculating
  • Variable creating and storing
  • Function Images Graphing
  • Base conversion
  • Unit conversion
  • History recording

Deploy & Use

It's recommended to use Calcium by calcium.js.org. But if you want to deploy it locally, please continue reading the following content.

First, you need to make sure that your server (or computer) has installed Docker.

  1. Pull docker repository
docker pull noahhrreion/calcium:main
  1. Create container
docker run -p 3000:3000 noahhrreion/calcium:main
  1. Enter http://localhost:3000, and you can start using Calcium.

Contributing

Contributions to Calcium are welcomed. You can fork this project and start your contributing. If you don't know how to do, please follow the instruction Creating a Pull Request from a Fork.

I'll check the Pull Request list in my spare time. I can't make sure that every Pull Request will be seen by me at once.

Scripts

An explanation of the package.json scripts.

  • start Launch the app
  • build Create a production build
  • test Run tests

LICENSE

MIT

About

πŸ“Ÿ A web-based calculator app

https://calcium.js.org

License:MIT License


Languages

Language:TypeScript 69.1%Language:JavaScript 17.7%Language:Less 13.0%Language:HTML 0.2%Language:Dockerfile 0.0%