Website Link : https://savingaccounts.000webhostapp.com/index.html
I was supposed to create a Basic Banking System for The Sparks Foundation as an (Web Development & Designing) internship project.
So, I created a simple Dynamic website used to transfer virtual money b/w multiple users and also record the banking transactions.
Tech Stack:
• Front-end : HTML5, CSS, Bootstrap
• Back-end : PHP
• Database : MYSQL
Specifications in my website:
1. The project contains dummy data for upto 10 users.
2. The database contains 2 tables – User table and Transaction history table:
• User Table has basic fields such as name, email, account no. and amount/current balance.
• Transaction History Table records all transactions happened b/w multiple users with their date & time.
Flow of the website: Home Page -> Create User -> Transfer Money -> View Transaction History
The Transfer Money page contains a table having 3 fields Sender name (account no.), Receiver name (account no.) and the amount of money sender sends to the receiver.