Skip to content

BankSearch is an application made in angular that shows all banks of cities with favourites.

Notifications You must be signed in to change notification settings

Shivam2k16/BankSearch

Repository files navigation

This project was generated with Angular CLI version 7.3.4.

Application features

Essential features this application have:

  1. bank search screen which would show a list of banks click here to see
  2. user will be able to search by text for the banks, across all the fields (important: there will be no search button)
  3. pagination for the results of the search, user shall be able to select page size
  4. API calls are cached
  5. deployed to Github pages
  6. mark some banks as favourites. View banks that were marked as favourites (favourites should persist state event if the website is refreshed or reloaded)
  7. search will not trigger on every keystroke of the user clicking on bank name would redirect to a bank page, with a route like banks/{bankid} that displays the details of the bank

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app 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. Use the --prod flag for a production build.

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 Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

BankSearch is an application made in angular that shows all banks of cities with favourites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published