ATM CLI APP

A micro ATM (Automated Teller Machine) simulator CLI app

Features

  • Change Pin (you can create a default pin in your code and then change it in the function)
  • Account balance
  • Withdraw funds
  • Deposit funds
  • Cancel/Exit (selecting this option should exit the program)

Demo

altschool-2022-10-23_15.54.43.mp4

Setup

  • Clone this repository with
git clone https://github.com/Emmrys-Jay/altschool-go-task-3.git
  • Change into its directory with
cd altschool-go-task-3
  • Run the source code with
go run main.go