Skip to content

Tylerr-D/Bank-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank System

A simple command-line banking application built in Rust while learning from The Rust Programming Language book.

Features

  • Deposit money
  • Withdraw money
  • View transaction history
  • Check current balance
  • Prevent withdrawals when funds are insufficient
  • Menu-driven interface

Example

===== BANK =====
Current Balance: $1000

1. Deposit
2. Withdraw
3. View Transaction History
4. Exit

Future Improvements

  • PIN authentication
  • Better input validation
  • Multiple accounts
  • Transaction timestamps
  • Data persistence

Running the Executable

This release currently provides a Linux x86_64 executable.

Run on Linux

  • chmod +x bank-system

  • ./bank-system

  • it might open as binary on your ide but just write the commands in the terminal

image

To run the project from source:

cargo run

Author

Built by Tyler as a Rust learning project.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages