Hey there! If this is your first hackathon and you're unsure of how to get started, we've got you covered. We'll cover how to get started and build a self-serve portal for loan applications using Catalyst. This example is intended as a POC to help you think better about use cases with Catalyst.
Problem Statement:
A loan provider wants to build an application that allows customers to check if they are eligible for a personal. So for this purpose, they take the PANID, Employment Type, Salary and Contact Number as inputs validate them, check their eligibility to get loans and inform them about it on Whatsapp.
So, we validate each of the fields onblur. This includes a regex check for PANID, Salary, and Contact Number. So, once we have validated all the inputs using regex, we make a request to the Catalyst function.