Skip to content

MustafaJohnny/Bankist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bankist - Frontend Practical Project

Overview

Really interesting and useful banking application. The app simply simulates how online banking works and which core features should any banking application have. This app was a practical project and I built it together with the instructor, throughout The Complete JavaScript Course 2021 on Udemy.

Features

  • Automatically Logout After Two Minutes
  • Can Login Using Username And Pin
  • Can Request For Loan
  • Can Close Account
  • Can Sort Balance Movements
  • Can Transfer Balance From One User To Another

Screenshots

app

Credentials

  • Username: mj
  • Pin: 1111

Links

Built with

What I learned

  • More Familiar With All The New Array Methods(ES6)
  • A Better Understanding Of Functions Hoisting In JS
  • The Magic of Chaining Methods
  • Internationalizing Numbers (Intl)
  • Writing Semantic HTML
  • Working With Timers And creating new Dates()

Flowchart

app