abbyedxcmk / home-app

Home mortgage application
MIT License
1 stars 1 forks source link

Home-App



Home mortgage helper & live news feed

Table of Contents

Description

The Home application uses APIs (Application Programming Interfaces) that pull in the latest rates, snapshot figures on mortgage rates and interest, and relevant housing market news. By working together, these APIs create a more cohesive snapshot of the property and mortgage landscape for everyone involved.

Acceptance Criteria

Technical Acceptance Criteria:

Presentation Requirements:

Link to presentation

Mock-Up

portfolio demo

Page Screen Capture

Installation

The Home application is engineered to streamline the process of acquiring real estate data by harnessing the power of JavaScript and third-party APIs. Upon page load, users interact with a form to input mortgage-related information, which triggers a seamless API request to a mortgage calculator service. This functionality is implemented using asynchronous JavaScript calls, ensuring that the most recent mortgage rates and calculations are fetched without disrupting the user experience. The app leverages HTTP GET requests with appropriate headers to authenticate and retrieve data in real-time. In addition, the application integrates with a property listing API, allowing users to search for properties based on specific locations. The data fetched includes image URLs, property types, prices, and other relevant details, all formatted neatly in British Pounds using the International Number Format for consistency and readability.

Credits

Original code by Bruno Silva, Isiaka Bhadmus, Thomas Jack


Support and mentoring from course mentors:
Zakariya Hussain Bobbi Tarkany

Peer Study Group Support:
Bruno Silva
Isiaka Bhadmus
Thomas Jack

Supporting links:
API DOCS:
https://rapidapi.com/apidojo/api/zoopla
https://api-ninjas.com/api
https://rapidapi.com/letscrape-6bRBa3QguO5/api/real-time-news-data

License

MIT Licence

Copyright (c) <2023>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Badges

Static Badge Static Badge Static Badge Static Badge Static Badge

Features

N/A

Contributing

Tests

Tested deployed application. No bugs found Fully responsive mobile-first design (tested on multiple media types)


Back to top