The program is a calculator that takes a number of rows (operands) and diplays the result.
It has the following functionalities:
- rows can be added and removed
- each row has a sign (minus or plus)
- each row can be enabled or disabled by a dedicated control button. Disabled rows are excluded from the addition.
- the result is updated "live" while the user is writing
- Javascript front-end framework:
React
(v.18.3.1) - UI library:
Ant design
(v.5.17.2)
Installs the necessary packages for the project.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.