LoanSync: Smarter Loan Decisions for Everyone
Inspiration
Getting a loan is one of the biggest financial hurdles for startups, students, and everyday people. Startups struggle to secure funding. Students graduate with crushing debt. Even buying a home often requires navigating complex loans. As a student, who is soon going to be struggling with my own student loans, I wanted to create something that helps people take control of their financial future and not make decisions that may regret.
What It Does
LoanSync is a web app that helps users understand what loans they can afford based on their salary. It also calculates the income needed to pay off a loan. Users can create an account, log in, and have their financial data saved for a quick and easy experience.
How We Built It
We built LoanSync using React.js and run it on a VS Code Live Server. React is a powerful framework used in many major applications, and this project gave us hands-on experience using its capabilities to build an interactive and dynamic financial tool.
Challenges We Faced
Since we were new to React.js, we had to navigate the learning curve. One major challenge was creating a multi-page application, as we ran into issues with Live Server. We solved this by designing a function to render different pages based on a function return. Another challenge was storing user data without a database, which required some creative problem-solving to maintain simplicity by using local storage.
Accomplishments We’re Proud Of
One of our biggest achievements was building the auto-fill feature for loan calculation. When users click the auto-complete checkbox, they will only need to enter two fields, and the app automatically calculates the third. This required complex mathematical logic, but it greatly improves user experience by making loan planning more intuitive and efficient.
What We Learned
This project taught us a lot about React.js, debugging, and front-end development. We ran into many issues, but through persistence, we became much more confident in our ability to troubleshoot and find solutions.
What's Next for LoanSync
Right now, LoanSync helps students, businesses, and individuals estimate the loans they can afford. In the future, we’d like to:
- Incorporate credit scores more deeply into loan eligibility.
- Add an expense tracker so users can get a more accurate picture of their finances.
LoanSync is just the beginning, and we want to continue improving it to help people make smarter financial decisions with confidence!
Log in or sign up for Devpost to join the conversation.