Simple react calculator using redux

Simple react calculator using redux

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

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

Github Repository