Skip to content

A full-stack digital wallet application enabling users to sign up, view balances, search for peers, and transfer funds securely, using JWT authentication and real-time transaction updates.

AMISHA1703/QuickPay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ผ QuickPay Web Application

๐Ÿš€ Live Demo ( Live)

A full-stack digital wallet web application designed to emulate the core functionalities of real-world peer-to-peer payment systems. Users can register, log in, view balances, search for other users, and transfer funds โ€” all through an intuitive and responsive interface.


๐Ÿ“Œ Description

This application simulates a basic digital wallet with user-to-user money transfer functionality. It provides a real-world-like flow including user signup/login, balance management, user discovery, and secure transaction handling.


โœจ Key Features

๐Ÿ” User Registration and Authentication

  • Users can sign up and sign in using a secure authentication flow.
  • A random dummy balance is assigned to each user upon registration.
  • JWT (JSON Web Tokens) are used for secure session handling and route protection.

๐Ÿ“Š Dashboard

  • After login, users are presented with a personalized dashboard showing their current account balance.
  • Access to search and transaction functionalities is available directly from the dashboard.

๐Ÿ”Ž Real-Time User Search

  • Users can search for others by typing the first letter of a username.
  • Matching results are fetched in real time from the database.
  • Each result includes a โ€œSend Moneyโ€ button.
  • Handles all UI states:
    • "No Search" (initial state)
    • "User Not Found"
    • "Matching Results"

๐Ÿ’ธ Money Transfer Functionality

  • On clicking โ€œSend Moneyโ€, the user is navigated to a transfer page.
  • The recipientโ€™s username or ID is passed via the URL.
  • Users enter the amount and initiate the transfer.
  • Post-transfer:
    • Sender's balance is deducted
    • Recipient's balance is credited
  • All changes are reflected and persisted in the database.

๐Ÿ› ๏ธ Tech Stack

Layer Technology
Frontend React.js
Backend Node.js, Express.js
Database MongoDB
Auth JWT (JSON Web Tokens)
Validation Zod (for server-side validation)

๐Ÿš€ Getting Started

Prerequisites

  • Node.js
  • MongoDB (local or cloud like MongoDB Atlas)

Installation

# Clone the repository
git clone https://github.com/AMISHA1703/QuickPay.git
cd wallet-app

# Install dependencies
npm install

# Start the server
npm start

About

A full-stack digital wallet application enabling users to sign up, view balances, search for peers, and transfer funds securely, using JWT authentication and real-time transaction updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published