Skip to content

lassmara/alex

Repository files navigation

🏡 Loan Portfolio Management Dashboard

A modern, mobile-friendly dashboard built in React + Vite to manage loan portfolios, upload supporting documents, and perform real-time filtering and searching.


✨ Features

  • Sidebar navigation
  • Portfolio table with filter buttons and search bar
  • Upload modal (triggered by 'More Filters')
  • Add entries via Data Upload form
  • Row highlight on new entry
  • Success toast notification
  • Clear search input button
  • Responsive and styled UI

🧰 Tech Stack

  • React.js + Vite
  • Vanilla CSS (flexbox layout)
  • State: useState, useEffect
  • Deployment: Vercel

🗂 Folder Structure

src/
├── components/
│   ├── Sidebar.jsx
│   ├── Filters.jsx
│   ├── PortfolioTable.jsx
│   ├── UploadForm.jsx
│   └── UploadModal.jsx
├── main.jsx
└── index.css

🚀 Running Locally

git clone https://github.com/yourusername/loan-portfolio-ui.git
cd loan-portfolio-ui
npm install
npm run dev

🌐 Deploy on Vercel

  • Visit https://vercel.com
  • Import your GitHub repo
  • Vercel auto-detects Vite config
  • Deploy instantly with live URL

🛠 Future Ideas

  • Sortable and paginated table
  • Region and loan type filters
  • Data export to CSV
  • Backend API integration (e.g. Firebase)
  • Auth and permission management

👤 Author

Name: Alex ID: INDIAN INSTITUTE OF TECHNOLOGY, MANDI Hosted On: https://loan-portfolio-ui.vercel.app

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors