Skip to content

Files

Latest commit

 

History

History
47 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.38 KB

react-calculator

Calculator built with React.js

License: MIT react package: v16.8.6 mathjs package: v6.0.3

Demo

https://lensoftware.com/presentations/2018-02-19

Author

Tatiana Lenz

License

MIT Licence

Installation

git clone https://github.com/TattyFromMelbourne/react-calculator
cd react-calculator
npm install

To run in development mode:-

npm start

To make a production build, edit the package.json file and change the following line to what is appropriate for your environment:-

"homepage": "https://lensoftware.com/presentations/2018-02-19/"

and then go ahead and run the build:-

npm run build

Acknowledgement

This exercise is inspired by a presentation and react 15 code base by Michael Jackson, see https://www.youtube.com/watch?v=ZtU7Mhf9vN8 and https://codepen.io/mjijackson/pen/xOzyGX.