CrediWise is a full-stack financial technology application designed to bridge the gap between borrowers and lenders. It uses a custom Eligibility Engine to evaluate financial health, simulate credit scores, and provide transparent approval/rejection analysis.
π Live Demo: credwise-five.vercel.app
| FOIR Range | Status | Outcome | | :β | :β | :β | | < 40% | β HIGHLY ELIGIBLE | Matches with premium lenders | | 40% - 50% | β οΈ CONDITIONAL | Requires alternative data/higher interest | | > 50% | β REJECTED | Debt-to-Income ratio too high |
```text crediwise-main/ βββ server/ # Backend Logic β βββ config/ # DB & Firebase configurations β βββ controllers/ # Request handlers (API logic) β βββ services/ # The βBrainβ (Eligibility Engine & Calculators) β βββ models/ # Mongoose Schemas β βββ routes/ # API Endpoints β βββ middleware/ # Authentication & Security βββ public/ # Frontend Assets β βββ app.js # SPA State Management & UI Logic β βββ firebase-init.js # Dynamic Firebase config β βββ index.html # Main Entry Point β βββ style.css # Custom UI/UX Design βββ package.json # Dependencies