An nline bank web application inspired by John Schmedtmann's Bankist Application featured in the Complete JavaScript Course with modification & additions you can view the original code here.
- Accessiblity by using proper HTML semantics & structure.
- Responsive CSS Design using the Grid System.
- Modularity to allow reusability and provide better readability and organization.
- Semantic Tags
- DOM Manipulation
- CSS Grid System
- Bootstrap
- JS Modules
- OOP
- Building & Deployment
- Add Home Page & Style It
- Add Login Page & Style It
- Define The User Class (User Module)
- Handle Errors (Error Module)
- NPM, Parcel & Babel
- Upload To Netlify