Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 583 Bytes

Dmitri Wolf Code Challenge

Create an ATM app with pin entry, balance inquiry, deposit, and withdrawl.

This project was bootstrapped with Create React App. Other technologies added:

  • Redux
  • Thunk
  • React-Router
  • Redux-Logger

To start the server, npm start then go to http://localhost:3000/login

Since a server wasn't required, but I wanted to have a source of data external to application state (redux state), I make a little mock-server out of a regular JavaScript function that you can find in src/http/Client.js