Skip to content

πŸ”’ Calculator built in vanilla js and tested with dom-testing-library

Notifications You must be signed in to change notification settings

giodelabarrera/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ”’ 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