This project is a Banking System that manages customer transactions and details. It has been developed using HTML, CSS, PHP, and JavaScript. The database used is MySQL.
- HTML
- CSS
- PHP
- JavaScript
MySQL
Download and install XAMPP from https://www.apachefriends.org/
- Open XAMPP and start the Apache and MySQL services.
- Import the database by using the provided SQL file (
customerdb.sql) in the project.
- Place the project files in the htdocs folder inside the XAMPP installation directory.
- Open a web browser (Chrome, Firefox, etc.).
- Run the project by accessing the
index.htmlfile in the browser.
- index.html: Main HTML file for the project.
- styles.css: CSS file for styling the HTML elements.
- script.js: JavaScript file for client-side functionality.
- customerdb.sql: SQL file containing the database schema and initial data.
Ensure that you have a stable internet connection, and the XAMPP services are running properly before running the project.
Feel free to customize and enhance the project as needed.
Happy coding!