DIGIBANK, an Angular-based banking application, offers a streamlined digital banking experience. Users can securely log in, accessing a comprehensive account summary displaying details such as account numbers, types, and available balances. The application maintains a detailed transaction history, allowing users to review past debit and credit activities. DIGIBANK empowers users to initiate fund transfers seamlessly, ensuring accurate and prompt updates to account balances.
Utilizing a JSON server for data simulation, DIGIBANK facilitates testing and development without the need for a full backend infrastructure. The Angular framework powers the frontend, providing an intuitive user interface and handling user interactions effectively. To run the application, users can clone the repository, install dependencies, and start the Angular application alongside the JSON server.
As part of future enhancements, DIGIBANK aims to implement additional security measures like two-factor authentication, offer customizable user profiles, and eventually integrate a real backend for production deployment. DIGIBANK embodies simplicity, security, and functionality, catering to users seeking a modern and efficient digital banking solution.
This project was generated with Angular CLI version 16.2.10.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
- LoginComponent
- HomeComponent
- AccountSummaryComponent
- AccountDetailsComponent
- TransferComponent
- PageNotFoundComponent
- AuthService
- AccountSummaryService
- AccountDetailsService
- TransferService
- CurrencyService
- AuthGuard
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
RUN ANGULAR APPLICATION - "ng s -o" RUN JSON SERVER - "json-server --watch db-account-summary.json --port=3000"