/react-bank

Banking app built in React

Primary LanguageJavaScript

react-bank

Banking app built in React and Redux.

What's inside? Authentication, accounts, transactions, credit/debit cards, messages, profile details (incl. email/password change), help (incl. contact form), income change and currency statistics

react-bank screenshot

Inspired by Daily UI 30 PSD files.

Moved to HTML5/CSS3 using Avocode (link to HTML/CSS repo).

Technologies used: React, Redux, JavaScript ES6, Sass, Bootstrap 3

How to use it?

  1. Install all dependencies npm install
  2. Install fake API server npm install -g json-server (https://github.com/typicode/json-server)
  3. Run API server with json-server --watch api/db.json --port 3001
  4. Run npm run start to start server and begin developing
  5. Run npm run build to create a build