This project is a webpage that allows a user to create a single bank account with an initial deposit amount. The webpage also allows a user to make withdrawals, deposits, and view the account balance.
| Specification | Example Input | Example Output |
|---|---|---|
| User clicks space on board | click | X |
| User clicks space with a value | click | ERROR |
| Webpage alerts user win when 3 values in a row are met | "O, O, O" | Win! |
- First, clone this repository to your desktop by navigating to the desktop in the Terminal (entering "cd desktop" in the Terminal) and then entering "git clone" followed by the url to this repository.
- Once the project directory is cloned to your desktop, navigate to the directory in the terminal by entering "cd" followed by the name of this repository in the Terminal.
- Confirm that you have navigated to the project directory by entering "pwd" in the Terminal.
- Once you have navigated to the directory in the terminal, open the contents of the directory in a text editor or IDE of your choice (e.g., to open the contents of the directory in Visual Studio Code, enter the command "code ." in the Terminal).
- Open index.html in a browser of your choice (e.g., Google Chrome).
Git, HTML, CSS, JavaScript, jQuery
This webpage is licensed under the MIT license.
Copyright (c) 2020 Michelle Morin, Zakkrey Short