Skip to content

TattyFromMelbourne/react-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.