Logo Lanfrica

blaqmoha-04/FIPA-NiV-loan-facility

Domaine:

socioeconomic

Type de record:

software
Créateur:
bla
Hôte:
FIPA Fund Loan Tracker is a lightweight, single-page web app built for NiV's Social Credit Facility in Northern Ghana. It lets field officers log loan applications, calculate repayment terms, track balances, and record group repayments — all in the browser, no backend required. # FIPA Fund — Loan Tracker A single-page site for NiV's Social Credit Facility (FIPA Fund), built for tracking group loan applications, repayments, and impact stories in Northern Ghana. Pure HTML/CSS/JS — no build step, no backend. Data is saved to the browser's `localStorage`. ## Files | File | Purpose | |---|---| | `index.html` | All page markup (Home, About, Eligibility, Apply, Calculator, Dashboard, Repayment, Stories, Partners, Contact) | | `style.css` | All styling, including mobile/desktop responsive rules | | `script.js` | App logic — routing, loan calculations, form handling, localStorage persistence | | `NiV-Logo.png` | Site logo (topbar/footer) | | `image.png` | Hero section background image | | `YCI.png`, `gha.png`, `British_Council.png` | Partner logos | | `IMG-20260728-WA00*.jpg` | Field photos used on the Impact Stories page | All files must stay in the **same folder** — the HTML references the CSS, JS, and images by relative filename. ## Running it No install needed. Just open `index.html` in a browser (double-click it, or drag it into a browser window). For nicer local testing, you can also serve it: ```bash python3 -m http.server 8000 # then visit localhost ``` ## Core features **Public / frontend prototype** - **Loan application form** — submits an applicant into **Pending Review** (no automatic approval); computes loan terms on submit - **Repayment calculator** — live sliders for amount and duration; shows interest (flat 10%), total repayable, and monthly installment - **Dashboard** — aggregate stats and a paid-vs-remaining balance view (prototype page, not linked from the public nav — reachable only from the Admin Panel) - **Repayment tracker** — per-loan payment history and balance (prototype page, not linked from the public nav — reachable only from the Admin Panel) - **Impact Stories** — photo gallery of field visits, disbursements, and repayments **FIPA Loan Facility Admin Panel** (`#admin-login` → `#admin-dashboard`, s …

Languages