/bankapp

Simple application that simulates withdrawing and depositing money in a bank. Uses redux to manage state.

Primary LanguageJavaScript

Simple Bank App

Background

This is a very simple application that simulates a user withdrawing money from the bank. The goal of the simple is to learn Redux and use it to manage the state of the whole application.

References

Inspired greatly by the simple tutorial on Redux by Ohans Emmanuel. Thanks Emmanuel.