Back to Home

Wallet-app

ReactExpressJSMongoDB
Wallet-app
A wallet app that simulates webhooks to transfer funds between bank accounts and the wallet. Users can send funds to others through wallet-to-wallet transfers.

A full-stack digital wallet application with simulated banking integrations. This project implements webhook-based fund transfers and secure peer-to-peer transactions.

Key Features:

  • Webhook simulation for bank transfers
  • Real-time balance updates
  • Secure wallet-to-wallet transfers
  • Transaction history and reporting
  • User authentication and authorization
  • Technical Implementation:

    Built with React for the frontend and Express.js for the backend API, using MongoDB for data storage. Demonstrates understanding of financial transaction flows, webhook handling, and secure payment processing patterns.