Skip to content

sineverba/online-banking-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Banking Demo Frontend

Demo frontend project for an online banking, written with React + Redux

Service Github link Demo
Backend https://github.com/sineverba/online-banking-backend Swagger
Frontend https://github.com/sineverba/online-banking-frontend Netlify - Vercel - Custom

This project uses:

  • TDD
  • 100% test coverage
  • Dockerization
  • CI/CD
CI/CD Link
Circle CI CircleCI
Semaphore CI Build Status
Sonarqube Quality Gate Status
Coveralls Coverage Status

Setup

  1. Copy .env.bak into .env

Development

npm run dev to start development with real call.

npm run mirage to start development with fake call.