Skip to content

Latest commit

 

History

History
82 lines (51 loc) · 2.11 KB

readme.md

File metadata and controls

82 lines (51 loc) · 2.11 KB

N&H BANK

Table of Contents

Overview

This C# Windows Forms application was developed as a semester project for Programming Fundamentals. It provides basic financial management features, including:

User account management (login and signup)

Dashboard for viewing account balance and transactions

Adding money to the account

Sending money to other users

Transferring money between accounts

Viewing transaction history

Screenshots

home signup login dashboard add_money send_money withdraw_money transactions

Features

User Accounts

Users can create new accounts through a signup process. Users can log in to existing accounts using their credentials.

Dashboard

The dashboard provides a clear overview of the user's account balance. Recent transactions are displayed for easy reference.

Money Management

Users can add money to their accounts. Users can send money to other users within the application. Users can transfer money between their own accounts.

Transaction History

A detailed transaction history is available, allowing users to track their financial activity.

Technologies

C#

.NET Framework

Windows Forms

Installation and Setup

Ensure you have Visual Studio with .NET Framework installed on your system.

Download or clone the project repository.

Open the solution file (.sln) in Visual Studio.

Build the project.

Run the application.

Usage

Upon launching the application, you'll be prompted to either log in or create a new account.

Once logged in, you'll be directed to the dashboard.

Use the buttons or menu options to navigate between features and perform actions.