Skip to content

lalitsingh712/BankProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Simple Banking Application

A Java-based console application built as part of my internship at Codveda Technologies. This project simulates a simple banking system where users can deposit money, withdraw money, and check account balance using a menu-driven program.

πŸš€ Features

Create a bank account with an initial balance

Deposit money into the account

Withdraw money (with insufficient funds check)

Check current balance

Menu-driven console interaction

Error handling for invalid inputs

πŸ› οΈ Technologies Used

Java (JDK 8+)

OOP Concepts (Encapsulation, Classes, Methods)

Console-based Application

πŸ“‚ Project Structure

BankingApplication.java # Main driver class with menu BankAccount.java # Account model class with fields & methods

πŸ“‹ How to Run

1. Clone this repository:

git clone https://github.com/your-username/simple-banking-application.git

2. Navigate into the project directory:

cd simple-banking-application

3. Compile the program:

javac BankingApplication.java

4. Run the program:

java BankingApplication

About

Java console-based Banking Application with deposit, withdraw, and balance check.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages