All Projects → pietrzakadrian → bank-client

pietrzakadrian / bank-client

Licence: MIT license
Frontend Application using React.js with Hooks, Redux, Saga, Ant Design, styled-components and Jest

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
HTML
75241 projects

Projects that are alternatives of or similar to bank-client

Blog React
基于typescript koa2 react的个人博客
Stars: ✭ 314 (+450.88%)
Mutual labels:  redux-saga, antd
sunrise
The rise of a new project with React, Redux-Saga and React-Router
Stars: ✭ 13 (-77.19%)
Mutual labels:  redux-saga, antd
laravel-react-boilerplate
Laravel React Boilerplate with Ant Design, Route-Level Code Splitting, Redux, Sanctum Auth
Stars: ✭ 49 (-14.04%)
Mutual labels:  redux-saga, antd
Dva Ts React Antd
🌱 基于Dva和TypeScript的后台管理系统框架
Stars: ✭ 68 (+19.3%)
Mutual labels:  redux-saga, antd
umi-dva-typescript-mock
基于umi + dva + typescript + mock + antd的react框架,内置PWA
Stars: ✭ 17 (-70.18%)
Mutual labels:  redux-saga, antd
Eth Hot Wallet
Ethereum wallet with erc20 support / web wallet - built using react, web3, eth-lightwallet
Stars: ✭ 205 (+259.65%)
Mutual labels:  redux-saga, antd
toutiao
模仿今日头条,实现 APP 端,Server 端, Web 管理端
Stars: ✭ 17 (-70.18%)
Mutual labels:  redux-saga
rncms
🔥 Rncms 是基于 Koa2 + Webpack4 + Reactjs 结构简单 Cms 易于开发企业站和文档系统【已废弃】
Stars: ✭ 52 (-8.77%)
Mutual labels:  antd
react-native-boilerplate
🚀 A highly scalable, react-native boilerplate reinforced with react-boilerplate which focus on performance and best practices. 🔥. 💻 🚀 😎 👾 👽
Stars: ✭ 82 (+43.86%)
Mutual labels:  redux-saga
react admin
🎉 TS+Hooks 后台管理系统 http://hooks.sunhang.top
Stars: ✭ 39 (-31.58%)
Mutual labels:  redux-saga
CodeSignal-Practice Solutions
No description or website provided.
Stars: ✭ 28 (-50.88%)
Mutual labels:  antd
hotlist
今日热榜(前端)
Stars: ✭ 51 (-10.53%)
Mutual labels:  antd
rapid-react
A light weight interactive CLI Automation Tool 🛠️ for rapid scaffolding of tailored React apps with Create React App under the hood.
Stars: ✭ 73 (+28.07%)
Mutual labels:  redux-saga
redux-typed-saga
A type-safe alternative to redux-saga. // Using `yield*` in `finally` is currently broken in Babel / ES spec, as it will terminate the generator completely.
Stars: ✭ 12 (-78.95%)
Mutual labels:  redux-saga
antd-prompt
An ant.design helper that auto create a Modal with an optional message prompting the user to input some text.
Stars: ✭ 13 (-77.19%)
Mutual labels:  antd
react-native-template
An enterprise react-native template application showcasing - Testing strategy, Global state management, middleware support, a network layer, component library integration, localization, navigation configuration and CI
Stars: ✭ 32 (-43.86%)
Mutual labels:  redux-saga
saga-action-creator
An opinionated lib to create actions for Redux-saga
Stars: ✭ 18 (-68.42%)
Mutual labels:  redux-saga
rocketshoes-react-native
NetShoes Clone with React Native and Redux
Stars: ✭ 38 (-33.33%)
Mutual labels:  redux-saga
lokole
Source code for the Lokole project. Lokole enables communities in the Congo DRC to pool resources to access efficient communication via email at an affordable price.
Stars: ✭ 37 (-35.09%)
Mutual labels:  antd
api-server
OpenSCRM是一套基于Go和React的高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。
Stars: ✭ 981 (+1621.05%)
Mutual labels:  antd

Bank Application

Live Preview | Swagger Documentation | Contact the developer


Full Stack Web Application similar to financial software that is used in professional banking institutions.

  • The current account balance is calculated based on the SQL operation (Double-entry bookkeeping)
  • Internalization of the application for three languages: English, German and Polish
  • Support for multiple currencies with the current rate supplied from an external server via API
  • Application programmed according to the correct design patterns and principle, i.e. SOLID, DRY and KISS
  • Software supports PWA, it is adapted to all modern browsers and mobile devices (RWD)
  • Implementation of Google Analytics along with the Cookie Consent according to the GDPR


Frontend technologies stack

JavaScript, React.js, Redux, Redux-Saga, Reselect, immer, Ant Design and styled-components

System requirements

Installation

# 1. Install the required dependencies
yarn

# 2. Change the endpoint api addresses to your local by editing a variable called API_BASE_URL
nano app/utils/api.js

# 3. Start the server with the frontend app
yarn start

License

This project is licensed under the MIT license. Copyright (c) 2020 Adrian Pietrzak.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].