Skip to content

sane43k/Calculator

Repository files navigation

Calculator

Made with JavaScript module builder — webpack

Task

  1. https://docs.google.com/document/d/1zpXXeSae-BlcxPKgw3DhxZA92cspVailrPYoaXSYrW8/edit?tab=t.0#heading=h.5dt3hghpa22f
  2. https://drive.google.com/file/d/15jVnBPXaZrjs99KOUxp4TGq6Inau6xq_/view

How to run the application

Install dependencies

npm install

Running the application

  • Build the app

    npm run build
    
  • Start the app

    npm start
    

Running tests (Jest)

  • Running

    npm test
    
  • To automatically restart on changes

    npm test -- --watch
    
  • Shows how much code is covered by tests

    npm test -- --coverage
    

Running eslint

npm run lint

Running prettier

npm run format

Releases

No releases published

Packages

No packages published