A basic version clone of the popular digital payment app PayTM, built as a project to demonstrate core payment functionalities and user interface features.
- About
- Features
- Tech Stack
- Setup & Installation
- Usage
- Project Structure
- Future Enhancements
- Contributing
- License
- Contact
This project is a basic simulation of the PayTM application focusing on:
- User authentication
- Adding and managing wallet balance
- Sending and receiving money
- Transaction history
- Simple UI to mimic PayTM's experience
The goal is to practice full-stack development and payment gateway logic in a controlled environment.
- User registration and login
- Wallet balance management
- Send and receive money between users
- Transaction history and status tracking
- Responsive and clean user interface
- Frontend: HTML, CSS, JavaScript (or React/Vue if applicable)
- Backend: Node.js with Express (or your backend framework)
- Database: MongoDB / MySQL / any database you used
- Authentication: JWT / Sessions
- Payment Simulation: Mock payment handling (no real payments processed)
- Clone the repo:
git clone https://github.com/yourusername/PayTM_clone.git
cd PayTM_clone