Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 839 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 839 Bytes

Calculator

Calculator is a simple application that allows to do calculations with integers and floating-point numbers

Deployment

Click to open the App

Task

https://docs.google.com/document/d/1zpXXeSae-BlcxPKgw3DhxZA92cspVailrPYoaXSYrW8/edit

Functionality

  • Arithmetic operations
  • Percentage
  • Sign change
  • Color theme change

How to Install and Run the Project

git clone https://github.com/UlyanaFilkova/Calculator.git
npm install
npm run build
npm run start

Project Structure

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