Check it out deployed: https://bankist-amagidev.netlify.app
To see the dashboard, use these credentials:
- User name: ng
- Password: 2222
This is simple Bank application. Created only with Vanilla JavaScript, HTML and CSS.
- Vanilla JavaScript
- HTML
- CSS
To install the Bankist website locally, please follow the steps below:
- Clone repo to your machine
- Open the root of the project and install all dependencies with
npm install
- To run the local version
npm run dev
The fundamentals of Vanilla JavaScript, the use of Intl object - the ECMAScript Internationalization API for language sensitive string comparison, number formatting, and date and time formatting. A lot of methods for itteration through objects and arrays. As well manipulation the DOM with CSS and setTimeout function.
The most challenging was the part where I needed to chain multiple methods in a function. But with help of the MDN, W3Schools and the tutorial's hint, I resolved them.
This project is done as part of the "The Complete JavaScript Course 2020: From Zero to Expert!" course curriculum.