hussainmansour /
Web-based-Calculator
a simple web-based calculator using angular for front-end and spring for back-end and the backend handle all the logic of the application
Loading repository data…
nocpiun / repository
A web-based calculator app
A web-based calculator app
Calcium is a web-based calculator written in React + Typescript.
If you encountered any problems or have any ideas, feel free to open an issue to let me know.
Calculator -> calc -> Ca (Chemical Element) -> Calcium
It is recommended to access Calcium via calcium.js.org. However, if you prefer to deploy it locally or want to contribute to the source code, please proceed to read the following instructions.
To begin with, you need to make sure you have had Docker installed on your server (or computer).
docker pull noahhrreion/calcium:main
docker run -p 3000:3000 noahhrreion/calcium:main
http://localhost:3000, and you can start using Calcium.To begin with, you need to make sure you have had Git & Node.js installed on your server (or computer).
git clone https://github.com/nocpiun/calcium.git
npm i
If it throws error at this step, try:
npm i --force
npm run start
http://localhost:3000, and you can start using Calcium.If you want to make contribution to this repo, just simply begin by modifying the code and starting debugging!
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. And I'll review the Pull Requests in my spare time.
Also, you're supposed to run tests before submitting a commit to your PR.
npm run test
An explanation of the package.json scripts.
start Launch the appbuild Create a production buildtest Run testsSelected from shared topics, language and repository description—not editorial ratings.
hussainmansour /
a simple web-based calculator using angular for front-end and spring for back-end and the backend handle all the logic of the application