/ATM

Primary LanguageJavaScript

Atm-App

React App to simulate ATM

Prerequisites

    npm v5.6.0
    git version 2.14.3

Installation

To run this project you will need to clone it onto your local machine and install all dependencies.

Navigate to you chosen directory and run the following command in the commandline to clone the package:

    git clone https://github.com/stephen-mckeown/ATM.git

To install all dependency run:

    npm install

Finally to run the app:

    npm start

Once the build process has finished the app will run locally on your machine.

You can run the Test Script

  npm test

Still to do...

There is a few unfinished items within the app:

  • React Tests!
  • Error handling
  • Mobile responsive
  • Improve UI, Add 'beeb' on click!