Skip to content

Latest commit

History

History
51 lines (34 loc) 路 797 Bytes

README.md

File metadata and controls

51 lines (34 loc) 路 797 Bytes

馃敘 Calculator

Web calculator build with HTML, Grid CSS, Vanilla JS

Features:

  • 鈾匡笍 Accessibility
  • 鈿★笍 Performance
  • 馃悪 DOM Testing library
  • 馃帹 CSS grid

馃檲 See online demo


Calculator

Calculator performance

Getting Started

Installation

npm i

Run web server

npm run dev

Development

Run tests

npm test

Build

npm run build