A responsive and user-friendly Loan Management System built with React, Firebase, and Tailwind CSS. This project provides features like loan application, EMI calculation, and user profile management.
- Apply for loans online with a user-friendly interface.
- Calculate loan EMIs using a dynamic calculator.
- View and manage loan applications.
- Authentication and profile management.
- ⚛️ React.js: For building the user interface.
- 🎨 Tailwind CSS: For styling and responsiveness.
- 🔗 React Router: For navigation and routing.
- 🔥 Firebase Firestore: For storing loan application data.
- 🔐 Firebase Authentication: For secure user authentication.
- 💻 VS Code: Code editor.
- 🧪 React Testing Library: For unit and integration tests.
- 🌐 Vercel: For deployment.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/Fsd-tech-rangers/Bank-Application-team-13.git
cd Bank
npm install
npm start
git add . git commit -m "Add feature-name" git push origin feature-name

