No description
This repository has been archived on 2025-12-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-12-16 17:43:00 +00:00
.idea Merge remote-tracking branch 'private-repo/master' 2024-08-21 17:14:23 -05:00
app Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
bootstrap Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
config Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
database Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
public Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
resources Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
routes Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
storage Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
tests Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
.editorconfig Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
.env.example Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
.gitattributes Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
.gitignore Merge remote-tracking branch 'private-repo/master' 2024-08-21 17:14:23 -05:00
artisan Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
composer.json Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
composer.lock Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
jsconfig.json Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
LICENSE Initial commit 2024-04-30 23:11:47 -05:00
package-lock.json Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
package.json Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
phpunit.xml Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
postcss.config.js Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
readme.md Update readme.md 2025-12-16 16:58:32 +00:00
tailwind.config.js Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00
vite.config.js Init Commit - Laravel Setup 2024-08-21 16:52:25 -05:00

Where The Heart Is

Where The Heart Is Logo

Overview

"Where The Heart Is" is a web tool designed to aid prospective homebuyers in visualizing and calculating various mortgage scenarios. Originally built using Jupyter notebooks, the project has now transitioned to a laravel web application, offering a more user-friendly and interactive interface. This application allows users to input different mortgage conditions and visualize the implications of varying interest rates and loan terms on monthly payments.

Feature Checklist

  • User Registration: Users can create their own accounts or log in using a guest account to access the tool and start comparing mortgage scenarios.
  • Fine-Tuned Input: Simple and intuitive interface for inputting mortgage details, including loan amount, interest rate, and loan term.
  • Visualization: Dynamic plotting of mortgage payments across a range of interest rates, highlighting specific scenarios for deeper analysis.
  • Customization: Easily adjustable parameters to match any specific home buying scenario or financial condition.
  • Responsive Output: Real-time updates to calculations and visualizations as input parameters are adjusted.
  • Pinned Results: Ability to pin and compare multiple calculation results for side-by-side analysis.
  • Saved Results: Ability to save results to a user account for future reference and comparison.
  • Exportable Results: Exports summary graphs and tables to SVG or PDF format for easy sharing and reference.
  • Dark Mode Support: Simple dark mode UI for better user experience, according to me.
  • Error Handling & Validation: Robust input validation and meaningful error messages for incorrect or out-of-range inputs.