Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 802 Bytes

ATM Frontend Excersice

This excersice emulates an ATM. Users can check ther balance, change their pin, deposit and withdraw money. Developed using ReactJS with Typescript configuration.

Instalation

  1. Install dependencies:
npm install
  1. Run project:
npm start

Instructions

  1. Select a user using the select form at the bottom.
  2. The default PIN for all users is: "1234".
  3. Use the ATM buttons to interact with the ATM.
  4. Use the keyboard to enter the user's PIN (or a money amount) to access the ATM options.
  5. Select whatever the option you want.

Requirments

The project was tested on the following environment:

  1. Node 21.6.2
  2. npm 10.4.0
  3. Google Chrome 121.0.6167.85

Author