A modern web application for loan eligibility prediction using Next.js, Tailwind CSS, and Shadcn/UI. This frontend interfaces with the backend to provide an intuitive loan assessment experience.
- Frontend Live Demo: kelayakanpinjaman.vercel.app/
- Backend Repository: github/gdapriana/kelayakan-pinjaman-backend
- Backend API: kelayakan-pinjaman-backend.vercel.app
- Framework: Next.js
- Styling: Tailwind CSS
- Component Library: Shadcn/UI
- Deployment: Vercel
- Loan eligibility prediction
- Intuitive user interface
- Responsive design
- Real-time backend integration
- Node.js (version 18 or later)
- npm or yarn
- Clone the repository
git clone https://github.com/your-username/kelayakan-pinjaman-frontend.git
- Install dependencies
cd kelayakan-pinjaman-frontend
npm install
# or
yarn install
- Create a
.env.local
file with the following variable:
NEXT_PUBLIC_SERVER=https://kelayakan-pinjaman-backend.vercel.app
- Run the development server
npm run dev
# or
yarn dev
kelayakan-pinjaman-frontend/
│
├── components/ # Reusable UI components
│ └── ui/ # Shadcn/UI components
├── app/ # Next.js app directory
│ ├── page.tsx # Main page component
│ └── layout.tsx # Global layout
├── lib/ # Utility functions
├── styles/ # Global CSS
└── public/ # Static assets
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request