# Hoorain ATM


ATM Simulator is a Node.js package that provides a console-based ATM simulation experience. It offers a range of functionalities including withdrawals, deposits, transfers, and balance inquiries. With colorful output, interactive prompts, and animated text, it delivers an engaging user experience, making it perfect for learning and testing financial concepts or building simple ATM applications.

## Use the ATM

```
npx hoorain-atm
```

## Packages Used

[chalk](https://github.com/chalk/chalk) | 
[chalk-animation](https://github.com/bokub/chalk-animation) |
[inquirer](https://github.com/SBoudrias/Inquirer.js) |
[nanospinner](https://github.com/usmanyunusov/nanospinner)


```
npm i chalk chalk-animation inquirer nanospinner
```