rimichaeru / web-calc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-calc

Live version: https://rimichaeru.github.io/web-calc/

A web-based calculator using JS and HTML without using the automatic eval() compute function, has all the core featuers of a standard calculator. End-to-End tested with Cypress. The grid and code design enable it to be easily upgraded into a fully-fledged scientific calculator! Fixed in the top-left corner, ready for easy export.

Enjoy your computations with the relaxing theme; baby blue bubbles!

Core Features:

  • Saves your prev. calculations in memory; scroll through them and insert them with Ans
  • Numpad is also enabled for all the numbers and operations, make sure numLock is turned on, on your keyboard
  • Performs all operations in correct order and handles negatives
  • Fully viewable calculations
  • Bubbles fall down through the calculator!

image

image

About


Languages

Language:JavaScript 56.4%Language:SCSS 20.0%Language:CSS 17.0%Language:HTML 6.6%