#Watch live preview 👇
https://badalsharma2941.000webhostapp.com/index.php
This is a banking website that allows users to manage their account, transfer money, and receive money. The website is created using HTML, CSS, JavaScript, PHP, SQL, and Bootstrap.
- The website has a user-friendly interface that adapts to different screen sizes and devices.
- The website allows users to create an account, log in, and log out securely.
- The website allows users to view their account balance, transaction history, and profile information.
- The website allows users to transfer money to other users by entering their email address and the amount.
- The website allows users to receive money from other users by generating a QR code or a link that can be scanned or shared.
- The website uses PHP and SQL to connect to a database that stores the user and transaction data.
- The website uses JavaScript and Bootstrap to enhance the functionality and appearance of the website.
To install the website, you need to have a web server that supports PHP and a database server that supports SQL. You also need to download the source code of the website from GitHub.
- Clone the repository using the command
git clone https://github.com/yourusername/banking-website.git
- Create a database named
banking
and import the SQL filebanking.sql
from thedatabase
folder of the repository. - Edit the file
config.php
from theincludes
folder of the repository and enter your database credentials. - Copy the
banking-website
folder to your web server's root directory. - Access the website from your browser using the URL
http://localhost/banking-website/