Skip to content

Commit

Permalink
added psql web app
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonweinberg committed Jul 9, 2024
1 parent 5a4607d commit 8ec15d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,15 @@ <h6 class="w3-text-teal"><i class="fa fa-calendar fa-fw w3-margin-right"></i>201
<!-- Portfolio Projects -->
<div class="w3-container w3-card w3-white">
<h2 class="w3-text-grey w3-padding-16"><i class="fa fa-suitcase fa-fw w3-margin-right w3-xxlarge w3-text-teal"></i><b>Portfolio Projects<b></h2>
<div class="w3-container">
<div class="w3-container">
<h5 class="w3-opacity"><b>Full-Stack Django Web Application</b></h5>
<h6 class="w3-text-teal"><i class="fa fa-certificate fa-fw w3-margin-centre"></i><b>"QuickSheets"<b></h6>
<p>The purpose of this web app is to record and handle financial transaction input forms, update a database and fetch records as needed. QuickSheets features user authentication and authorization, real-time data updates, user-specific summary display of key metrics and transactions and mobile responsiveness. Technologies used: Django (ORM), PostgreSQL, Docker, Google Cloud Platform (Cloud Run and Cloud SQL), Bootstrap HTML, CSS and JavaScipt. To view/demo QuickSheets, login using the read-only access account ( U = 'read_only' , P = 'forviewingpurposes' )</p>
<!-- Button for project -->
<a href="https://quick-sheets-1-7tnqoasd4a-pd.a.run.app/" class="w3-button w3-teal">Login to QuickSheets</a>
<hr>
</div>
<div class="w3-container">
<h5 class="w3-opacity"><b>Tableau Dashboard Interactivity & Data Visualization</b></h5>
<h6 class="w3-text-teal"><i class="fa fa-certificate fa-fw w3-margin-centre"></i><b> The "Sunshine List"<b></h6>
<p>The purpose of this project is to transform a large dataset into intuitive and interactive dashboards which enable users of all backgrounds to easily interpret and explore trends and insights.</p>
Expand Down

0 comments on commit 8ec15d8

Please sign in to comment.