This project was created while studying how to deal with arrays in Javascript throughout the "Complete JavaScript Course 2021: From Zero to Expert!".
What was implemented in this project:
- Creating and deleting DOM Elements
- Event Propagation
- Event Delegation
- ES6 Array manipulation methods (map, filter, reduce, find, some, every, etc)
- Login and userNames
- Chaining methods
- Money transfer through users
- Working with Dates and internationalizing Dates and numbers
What to do next:
- Recreate the project using React
- Implement ES6 Classes to the project
- Create user account feature
DEMO:
https://paul-mad.github.io/BankistApp/
username: pm pin: 1111
username: js pin: 2222
Skills: JAVASCRIPT / HTML / CSS