Coder Social home page Coder Social logo

bankapp's Introduction

BankApp

You can perform basic banking operations such as transfering, receiving, or loaning money.

You can use following login data:

  • User 1:

    username:     bey

    password:     8888

  • User 2:

    username:     jt

    password:     1111


Some Tips

  • You cannot transfer an amount exceeding the account balance.

  • There is a ratio related to the amount of credit you can request and the incoming amounts to your account previously:

    Requested Loan Amount * 0.2 <= Largest Income You Have (excluding previous loans, considering just deposits...)
  • There is also a ratio related to the amount of interest and the incoming amounts to your account previously:

    Income (for each loan and deposit...) * Interest Rate of the User / 100 >= 1

    Interest Rates => bey: 1.2 and jt: 1.3

  • You can sort the movements from largest to smallest or vice versa using "Sort" button.

  • You can also close the account by confirming the account username and password.

  • You have to perform an operation in 2 minutes. Otherwise, you will be logged out.


The UI

Tech Stack:

  • HTML
  • CSS
  • JavaScript

bankapp's People

Contributors

barisemreyalcin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.