AlphaPay Frontend is a mobile-focused React.js Single Page Application for secure digital payments. It allows users to register, log in, scan QR codes, send payments, and view transaction history.
- User Registration & Login
- JWT Authentication
- Protected Routes
- QR Code Generation & Scanning
- Send Payments (UPI-based)
- Transaction History
- Mobile-Optimized UI
- React.js
- Redux Toolkit
- React Router
- Axios
- Tailwind CSS / CSS
This frontend connects to the AlphaPay Backend built with Node.js, Express.js, and MongoDB.
👉 Backend Repo: https://github.com/punit-dev/AlphaPay-backend
The frontend communicates with custom REST APIs for:
- Authentication API (Register/Login)
- User Profile API
- Payment API
- Transaction API
- QR Processing API
All APIs are secured using JWT-based authentication.
git clone https://github.com/punit-dev/AlphaPay-frontend
cd alphapay-frontend
npm install
npm startMade with by Punit Poddar