Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
/ Reaculator Public archive

An Android Style Calculator Made With React

Notifications You must be signed in to change notification settings

TK05/Reaculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reaculator

An Android style calculator made with React.

Made Using React Hooks. Styled with styled-components. Bootstrapped with Create React App.

How-it-Works

  • Validates user input (key or button presses), taking into account the entire expression.
  • Builds an array for expression, in infix notation.
  • Converts infix array to postfix notation.
  • Many other tedious things to make it look & act more like the Android calculator.
    • Comma separators
    • Visually correct operator signs
    • Dynamic display sizing

Features

  • React Hooks
  • Styled Components
  • CSS Grid
  • Multiple Themes
  • Mobile & Desktop Friendly Design

Hosted on Netlify @ https://reaculator.netlify.com

About

An Android Style Calculator Made With React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published