Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nikamelashvili/bank-system
- Owner: NikaMelashvili
- Created: 2023-12-11T23:45:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T09:16:56.000Z (about 1 year ago)
- Last Synced: 2024-12-13T21:57:17.861Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://melashvili-bankist.netlify.app/
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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######################################################################################