Project goal was to create a web deployed calculator app that would accept basic math functions and solve for user, while displaying a "history" of the last 10 solves across a shared web facing view, and update automatically to display most recent solutions. Results must remain between sessions.
To see the fully functional site, please visit: DEPLOYED VERSION OF APP
There is a cloud-deployed version on heroku available at the above link, however for local viewing:
- Create a database named
online_calc, - The queries in the
database.sqlfile are set up to create all the necessary tables and populate the needed data to allow the application to run correctly. The project is built on Postgres, so you will want to have that installed. - Open up your editor of choice and run an
npm install - Run
npm startin your terminal - visit http://localhost:5000/ to view local version
JQUERY, HTML, CSS, AJAX, POSTGRESQL
If you have suggestions or issues, please email me at [jakestucky@gmail.com] or on LinkedIn
