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
- Clone the repo
-
yarn
in command line to install dependencies -
yarn 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
Github Repository
Tags: #React #Calculator