GithubHelp home page GithubHelp logo

bankaccount's Introduction

Bank Account

11.3.2020

By Ryland Adams & Kaila Sprague McRae

Description

  • A web application that works like a bank account that allows you to deposit and withdraw money, aswell as check balance

Software Requirements

  • _Internet browser
  • Git Bash

Setup

  • On Github locate my repository link by clicking the green button that says "Code", this will open a drop down menu to allow for you to copy my https://

  • Open Git Bash.

  • Change the current working directory to the location where you want the cloned directory.

  • Type git clone, and then paste the URL you copied earlier. here is a example ~ '''$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY'''

  • Press Enter to create your local clone.

  • Navigate to the directory you were in when you cloned the repository.

  • open the new file you cloned.

  • Open index.html.

Specifications

Describe: BankAccount() Test: It will create the framework to create objects containing name and initial deposit. Code: this.name = name; Code: this.total = total; Expect: BankAccount(name, total){};

Describe: BankAccount.prototype.withdrawl Test: It will subtract from BankAccount.this.total Code: this.total - withdrawl Expect: BankAccout(total).toEqual(total-withdrawl)

Describe: BankAccount.prototype.deposit Test: It will add to BankAccount.this.total Code: this.total - desposit Expect: BankAccount(total).toEqual(total-deposit)

Bugs

  • none known

For support

Technologies and tools used

  • Visual Studio Code
  • HTML
  • Markdowne
  • Bootstrap
  • Css
  • jQuery
  • Javascript

Legal

  • This software is licensed under the [MIT] license
  • Copyright (C) 2020 Ryland S Adams & Kaila Sprague McRae

bankaccount's People

Contributors

rylandadams avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.