ValRmo / Bank-Tech-Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank-Tech-Test

The goal of this tech test is to practice OO design and TDD skills. This project is written in JavaScript

Specifications

Requirements

  • Be able to interact with code via the JavaScript console.
  • Deposits, withdrawal.
  • Account statement (date, amount, balance) printing.
  • Data can be kept in memory (it doesn't need to be stored to a database or anything).

User Story

As a User,
so I can manage my money,
I would like to deposit my money in a bank
As a User,
so I can use the money I have in my bank account
I would like to make a withdrawal
As a User,
so I want to check my bank transactions
I would like to see my statement  

About


Languages

Language:JavaScript 99.2%Language:HTML 0.8%