Calculator App for the challenge
Documentation and info about the app.
*Download the source code and start the app by clicking on StartFromHere.html
*The goal from the creating the app is fulfill the requirement of the challenge
*The app coded to be used as an arithmetic calculator
*the app uses cookies as away to store data being used by the browser in this case we have string representation of simple arithmetic calculation.
*Multiple browser sessions show the data being persistent and logged after each user on a browser finishes a calculation (check the demo1 GIFs down bellow).
*Both users are able to see the calculation being logged as they are finished.
*The app logs only 10 most recent logged calculations(check the demo2 GIF bellow)