React Redux Simple Calculator
This project was created for an interview as a ReactJS developer, it shows the use of ReactJS, Redux and some basic CSS
Run Localy
- Clone the repo
yarn
in command line to install dependenciesyarn start
Project will launch in the browser
Calculator Example
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