Code Monkey home page Code Monkey logo

gstpay.github.io's Introduction

gst-pay

HOW TO USE

2021-06-06 (4)

Enter your login details first namely username and pin.Then it will show your credentials on screen. As of now there is no option for account creation.Furtherly will develop for sure.you can transfer money to another account by entering username.you can request loan by entering amount you need.It will be added as your deposits in your account.you can delete account by entering your username and pin correctly 2021-06-06 (5)

In your account you can see three sections(request loan,transfer money and delete account):

these sections are created with help of event handlers as you can see from code. transactions section(deposits and withdrawals) are updated each time by updateui function in code. This function is called each time when you request loan or tranfer money or delete account.you can sort transaction section by clicking sort button below This sort fuction is created by using lambda as it won't sort directly using sort inbuilt function in js(it sorts in order of their ascii values). Timer below allows you to use your account for limited time, this ensures security to your account.Timer function is created by setTimeInterval() inbuilt method in js. it takes arguments a call-back function and time.This time argument is used to update timer on screen after specified time.Dates beside each transaction is updated using date() method and Intl.DateTimeFormat method as shown in code.Several Array methods like filter,reduce and map are used to display summary money in your account.

gstpay.github.io's People

Contributors

gsteja025 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.