Skip to content

Paul-Mad/BankistApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there 👋

This is the BankistApp

Javascript Learning Project

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

  • 🔭 I’m currently working on this project

  • 🌱 I’m currently learning Javascript | React.js