Calculator is a simple application that allows to do calculations with integers and floating-point numbers
https://docs.google.com/document/d/1zpXXeSae-BlcxPKgw3DhxZA92cspVailrPYoaXSYrW8/edit
- Arithmetic operations
- Percentage
- Sign change
- Color theme change
git clone https://github.com/UlyanaFilkova/Calculator.git
npm install
npm run build
npm run start
src/ - the source, uncompiled code of the application
src/js/ - JavaScript files, application logic and functionality
src/css - CSS files, visual styling and layout definitions