Skip to content

hassancodebase/FinFusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏦 FinFusion- Integrated Bank & ATM Management System

ICAT Project — Semester 1 | January–February 2025

A full-stack web-based Bank and ATM Management System built as our first ICAT project after completing our first semester. The system simulates real banking operations through a futuristic, animated interface.

📁 Project Structure

├── pages/
│   ├── intro/
│   ├── bank/
│   └── atm/
├── assets/
│   ├── images/
│   └── videos/
├── data/
│   ├── bank.txt
│   └── bill.txt
├── server/
│   ├── server.js     # For Bank - Port 3000
│   └── server1.js    # For ATM - Port 3001
└── package.json

✨ Features

Bank Management

  • Register new users & look up existing accounts
  • Deposit & Withdraw funds
  • Transfer money between accounts
  • Pay bills (electricity, gas, water, etc.)
  • Search, Edit & Delete user records
  • View all user records and payment history

ATM System

  • Check account balance
  • Withdraw cash
  • View account details

🚀 How to Run

1. Install dependencies

npm install

2. Start the Bank server

node server/server.js

3. Start the ATM server (in a new terminal)

node server/server1.js

4. Open the app

Open pages/intro/introduction.html in your browser.

⚠️ Both servers must be running at the same time for all features to work.

🛠️ Tech Stack

Layer Technology
Frontend HTML, CSS, JavaScript
Backend Node.js, Express.js
Database Flat file storage (.txt)
Styling Custom CSS, Google Fonts (Orbitron)

👥 Team

Members: Rehan Muddassir, Zia ur Raheem, Abdullah Tahir, Hassan Khawaja, Muhammad Hassan
Institution: National University of Technology, Islamabad
Semester: 1st
Project Period: January – February 2025

About

FinFusion is a full-stack web-based Bank and ATM Management System built as our first ICAT project after completing our first semester. The system simulates real banking operations through a futuristic, animated interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors