"Bankist" is a fictional and minimalistic online banking application. This project is from Jonas Schmedtmann's complete JavaScript course. I am working on this course to improve my JavaScript skills.
I also added some features to the application, such as responsive support and notification alerts.
You can use the below accounts for testing the application and you can visit the live demo here.
# | User | Pin |
---|---|---|
Account 1 | js |
1111 |
Account 2 | jd |
2222 |
Account 3 | ot |
3333 |
- Authentication,
- Money transfer between accounts,
- Request loans,
- Movements sorting (ascending/descending),
- Close account (delete),
- Log out timer.
- Responsive support
- Toast notifications (toastify-js)