- Kumud Arora ( https://github.com/Kumud-Arora)
- Sneha Nangunoori (https://github.com/snehanangunoori)
- Sreenidhi Palaniappan (https://github.com/SreenidhiP)
Our web-app, Home Sweet Home, is a C++ program that helps users determine their eligibility to purchase a house based on their provided information. The program gathers user information and implements features such as visualization of data. It uses specific criteria to make an eligibility decision. It is a handy tool for individuals looking to buy a home to assess their eligibility before starting the home buying process. This project was developed as part of the HackUTD 2023 hackathon.
- Clone the repository to your local machine: git clone: https://kumud-arora.github.io/HomeSweetHome.github.io/
- In order to test the cpp file, compile the
main.cppfile using a C++ compiler: g++ main.cpp -o homesweethome. - Run the web application: https://kumud-arora.github.io/HomeSweetHome.github.io/
- Follow the prompts to input your information.