Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikamelashvili/bank-system

Bank application in JavaScript, developed with a focus on ES6 array methods like map, filter, reduce, splice, slice, and find. The extensive use of chained functions demonstrates a deep understanding of array manipulation in JavaScript.
https://github.com/nikamelashvili/bank-system

Last synced: about 1 month ago
JSON representation

Bank application in JavaScript, developed with a focus on ES6 array methods like map, filter, reduce, splice, slice, and find. The extensive use of chained functions demonstrates a deep understanding of array manipulation in JavaScript.

Awesome Lists containing this project

README

        

# Bankist

A bank application developed using JavaScript, as per a course by Jonas Schmedtmann, heavily reliant on ES6 array methods such as map, filter, reduce, splice, slice, and find. Extensive use of chained functions showcases a comprehensive understanding of working with arrays in JavaScript. The project serves as an exemplary demonstration of my array manipulation skills. Moreover, the application utilizes the Internationalization API to provide localization-based features. Additionally, the manipulation of setTimeout and setInterval methods contributes to achieving various functionalities showcased on the hosted website.

#How it works

#######################################################################################

There are two users on this app(you can add as many as you want), each with a username that consists of the first initial of their first name, middle name, and last name, along with their respective PINs.
user: js pin:1111
user: jd pin:2222

######################################################################################