zonarolo / react-redux-simple-calculator

Simple react calculator using redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Simple Calculator

Description

This project was created for an interview as a ReactJS developer, it shows the use of ReactJS, Redux and some basic CSS

Run Localy

  1. Clone the repo
  2. yarn in command line to install dependencies
  3. yarn start Project will launch in the browser

Calculator Example

Image of React Redux Simple Calculator

Todo

  • Write Tests
  • Create Docker Container
  • Refactor calculation utility
  • Add decimal
  • Add backspace on calculation
  • Add percentage
  • Add square root
  • Display history
  • Add css preprocessor
  • Create NPM package for calculation so it can be used outside of redux app

About

Simple react calculator using redux


Languages

Language:JavaScript 76.1%Language:HTML 12.9%Language:CSS 11.0%