Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.94 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.94 KB

CrowdCash

A Peer to Peer platform to lend and invest money.

About

This is a web application designed to connect borrowers and lenders in a peer-to-peer network. The app allows borrowers and lenders to create loan and lend requests by specifying the loan amount, duration, and interest rate. Users can then view all available and choose to deal whether borrowing or lending. Once a deal is accepted, the borrower can withdraw the funds and start repaying the loan on agreed terms.

The app includes a user authentication system, which allows users to sign up and log in. The app also includes a dashboard for borrowers and lenders to track their loan activities.

How To Use

  • If you are not already logged in, the application prompts you to login. If you don't have a id, you can register by clicking join now button on the login page.
  • The deals menu shows all your ongoing deals whether you are lending or borrowing.
  • The Loan menu takes you to loan portal where you can see all the available loan requests . You can either provide loan to any of the requests or create your own request using the plus icon.
  • The Lend menu takes you to loan portal which is the same as the loan portal . You can either provide lend money from other requests or or create your own request using the plus icon.
  • To loan or lend money from the portal simply press the bar you want to loan or lend which takes you to a Confirm poppup where you get additional details of the deal and you can finalise the deal.
  • You can click on Logout on navigation bar to log out.

How To Run

Go to the frontend and backend folders and read the README.md files in each folder.

Technologies Used

Next.js, Tailwind, redux, Django, Django Rest Framework

Contributors