react-bank
Banking app built in React and Redux.
Demo here
Login: email@example.com
Password: qwerty
What's inside?
- Login/register
- Accounts
- Transactions + new transaction
- Credit/debit cards + change PIN/limits
- Internal messages
- User profile incl. password change
- Help form
- Income change chart
- Currency stats
- Form validation, pagination, async routing
Some details
Inspired by Daily UI 30 PSD files.
Moved to HTML5/CSS3 using Avocode (link to HTML/CSS repo).
Technologies:
- React
- Redux
- Webpack
- Sass
- Bootstrap 3 (modified for em/rem support)
- React Router
- JWT tokens
- recharts
- react-dates
- APIs: Firebase as database, Fixer.io for currency rates
How to use it?
- Install all dependencies
npm install
- Put your Firebase configuration in
src/tools/firebase/index.js
(for development) - Run
npm run start
to start a server and begin developing - Run
npm run build
to create a build