Skip to content

bitclave/frontend-assessment

Repository files navigation

Frontend Assessment

frontend skills assessment: build a contacts list

Setup

Instructions

  • Tools: feel free to add your favorite libs, only requirement is angular 6/angular cli application shell already generated for you
  • Design: style the contacts widget however you'd like. Know scss? Want to use Bill Murray profile pics? Show us you can style ui using web components. Style ideas here. You can also just grab bootstrap or material if you like.
  • Behavior requirements:
    • display list of 8 contacts
    • ability to add a new contact to the list
    • ability to delete a contact from the list
    • example data in contacts/src/example-data.ts

Turn In

Create a pull request with your fork once code sample is complete. Assessments should be completed and turned in up to a maximum of 5 business days from receipt. Please expect a couple days for code-review and feedback turnaround on our end.

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

frontend skills assessment: build a contacts list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published