Welcome to Bankist App! π This project showcases a dynamic banking application with various features to manage and display account information. π
- User Login: Allows users to log in using a username and PIN. Displays a welcome message and current date. π¦
- Account Management:
- Transfer Money: Users can transfer funds between accounts. πΈ
- Request Loan: Users can request a loan if they meet certain conditions. π°
- Close Account: Users can close their account if the credentials match. β
- Movements Display: Shows account transactions with date, type (deposit/withdrawal), and amount. Optionally sort transactions. π
- Balance & Summary:
- Balance Calculation: Displays the current account balance. π΅
- Summary: Shows income, expenses, and interest earned. π
- Date and Currency Formatting: Formats dates and currency based on locale settings. π
- JavaScript: For implementing dynamic features, user interactions, and calculations. π₯οΈ
- HTML/CSS: For building and styling the user interface. π¨
A big thank you to Jonas Schmedtmann for the inspiring course that helped me build this project. π
Happy coding! π