Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank App - Banking Application

BankApp is a desktop banking application built with C++ and Qt. It allows users to securely manage their finances, including registration, login, money transfers, and an admin panel. The application stores data using text files instead of a traditional database.

✨ Features

✅ User registration and login

✅ Secure authentication for banking access

✅ Transfers between user accounts

✅ Transaction history

✅ Admin account for managing users

🛠 Technologies Used

Programming Language: C++

Framework: Qt

Data Storage: Plain text files (TXT)

📌 Installation & Usage

1️⃣ Install Qt and Configure Visual Studio

1. Download and install Qt from the official website.

2. Download and install Qt Visual Studio Tools from Extensions in Visual Studio or here.

3. Open Visual Studio and go to Qt VS Tools → Qt Options -> Versions.

4. Click Add, select your Qt installation folder (e.g., C:\Qt\6.5.0\msvc2019_64), and save the settings.

2️⃣ Clone the Project

3️⃣ Open the Project in Visual Studio

1. Open Visual Studio.

2. Go to File → Open → Project/Solution and select the .sln project file.

3. In Qt VS Tools → Qt Project Settings, make sure the correct Qt version is selected.

4️⃣ Build and Run

1. Click Build → Build Solution (or press Ctrl + Shift + B).

2. After the build completes, click Start Debugging (F5).

🚀 Future Enhancements

Planned improvements will be developed in a separate repository:

  • Migration to an SQL-based database

  • Improved encryption for stored data

  • Enhanced UI with more features

A link to the new repository will be provided once development begins.

About

Project for C++ programming classes at university.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages