A responsive mobile and web application built with React Native (Expo) to view loan details and make EMI payments. It features a clean UI, secure input validation, and real-time payment confirmation.
- Responsive Web Design: Centers content on desktop screens for a professional, card-like experience.
- Expo Router: Utilizes the modern file-based routing system (
app/directory). - TypeScript: Fully typed codebase for enhanced safety and maintainability.
- Smart Validation: Prevents overpayment and verifies account existence before processing.
- Double Confirmation: Modal popups ensure users confirm details before submission.
- Node.js (v16 or higher)
- Expo CLI (
npm install -g expo-cli) - Expo Go App (for testing on physical Android/iOS devices)
Navigate to the frontend project folder and run:
npm installnpx expo start