React SPA - you can make your own calculator and calculate then
- React / React Hooks
- Redux / Redux Toolkit
- Bootstrap
- Clone git repo:
git clone git@github.com:Abra19/drag-and-drop-calculator.git
- Install packages:
make install
- Build:
make build
- Assemble the calculator by dragging its parts to an empty area. You can only move parts of the calculator once. If you remove them by double clicking, you can't put them back.
- Arrange them in the gathering area of the calculator as you wish. All parts, except the input window, can be moved relative to each other.
- Switch to Runtime mode and carry out your calculations.
- If you wish to return to Constructor mode - press the appropriate switch.