Skip to content

syed-m-osama/Angular-DigiBank

Repository files navigation

DIGIBANK

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.

1. Environment Setup and Testing

This project was generated with Angular CLI version 16.2.10.

Development server

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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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.

2. Project Structure

Components

  • LoginComponent
  • HomeComponent
  • AccountSummaryComponent
  • AccountDetailsComponent
  • TransferComponent
  • PageNotFoundComponent

Services

  • AuthService
  • AccountSummaryService
  • AccountDetailsService
  • TransferService
  • CurrencyService

Guard

  • AuthGuard

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

RUN PROJECT ON LOCAL

RUN ANGULAR APPLICATION - "ng s -o" RUN JSON SERVER - "json-server --watch db-account-summary.json --port=3000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published