HopeBridge is a charity donation platform built using PHP, enabling users to contribute seamlessly. It integrates Razorpay Payment Gateway (Testing Mode) to facilitate secure online donations.
- User-friendly interface for seamless donations
- Secure payment processing via Razorpay (Test Mode)
- Admin panel to manage donations and user data
- Responsive design for all devices
- Contact and about sections to increase trust
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: PHP, MySQL
- Payment Gateway: Razorpay (Test Mode)
- XAMPP / WAMP installed
- MySQL database setup
- Razorpay test API credentials
- Rename
.env.exampleto.env - Fill in the environment variables by visiting the Razorpay Dashboard
- Acquire the API keys and paste them into the corresponding values
- Clone this repository:
git clone https://github.com/OnkVerse/HopeBridge
