/mercury-a4

Play around with Angular2 CLI with no real B/E

Primary LanguageTypeScript

Mercury A4

The program act as a basic contact manager app that allows user to see the stored contacts with details and edit them. Contacts are stored in a json file.

Instructions for how to run the program

$ git clone https://github.com/peter-miklos/mercury-a4
$ cd mercury-a4
$ npm install
$ npm start
$ visit http://localhost:4200

Instructions for how to run tests

After running npm install for unit tests run npm test and for E2E testing run protractor.

Used technologies

  • Angular2 CLI
  • Jasmine/Karma for unit testing
  • Protractor for E2E testing
  • Angular Material for UI