An open API service indexing awesome lists of open source software.

https://github.com/derektypist/build-a-bank-account-management-program

Build a simple transaction management system for a bank account.
https://github.com/derektypist/build-a-bank-account-management-program

classes-in-javascript freecodecamp-project javascript

Last synced: 12 months ago
JSON representation

Build a simple transaction management system for a bank account.

Awesome Lists containing this project

README

          

# Build a Bank Account Management Program

Build a simple transaction management system for a bank account.

## UX

[Build a Bank Account Management Program User Stories](https://www.freecodecamp.org/learn/full-stack-developer/lab-bank-account-manager/build-a-bank-account-management-program)

## Technologies

Uses JavaScript Classes.

## Deployment

Copy `script.js` into the text editor of your choice. In `Node.js command prompt` type `node script.js` and press enter.

## Credits

### Acknowledgements

- [FreeCodeCamp](https://www.freecodecamp.org)