Skip to content

Build a serverless ATM app with React, React-Router, Redux, and Thunk.

License

Notifications You must be signed in to change notification settings

DmitriWolf/atm-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build a serverless ATM app with React, React-Router, Redux, and Thunk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published