You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.