cat-street / cl-002-calculator

A React calculator with a few advanced functions, pure CSS design

Home Page:http://cat-street.github.io/cl-002-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CatLogic CL-002 Calculator

Self-study React Project

Calculator Preview

About

A React calculator with a few advanced functions.

Under the hood

  • React, JavaScript ES6 syntax, CSS3 + semantic HTML5
  • Big.js library used calculations (fixes JS decimal numbers precision problem)
  • Errors for dividing by zero and for square root for negative values.
  • Memory function
  • Backspace functionality
  • Imitates a behavior of a real-life calculator
  • Immediate execution logic
  • Supports chain operations without pressing 'equals' and multiple 'equals' pressing.
  • Designed by pure CSS shadows and borders.
  • HTML/CSS naming by BEM.

To-do

  • Keyboard input

About

A React calculator with a few advanced functions, pure CSS design

http://cat-street.github.io/cl-002-calculator/


Languages

Language:JavaScript 69.6%Language:CSS 25.4%Language:HTML 5.0%