Skip to content

tihuan/ng-interview

Repository files navigation

ng-interview

This is the goal:

Implement a Wikipedia search feature in this Angular app.

Ask the candidate to describe how they'd implement it.

Ideally they should mention using a service to encapsulate the Wiki search function and inject it to the directive.

Goal

Step 0: Clone repo to local (cd to desired directory first): git clone git@github.com:tihuan/ng-interview.git

Step 1: cd ng-interview

Step 2: npm install; bower install; gulp; gulp serve

Step 3: Open your favorite browser and go to url: http://localhost:3000/

Step 3: Open the following two files for the candidate to work on: searchPanel.directive.js and wikiSearch.service.js.

Step 4: Pair program with the candidate and help them when necessary. Evaluate the candidate's web dev and communication skills along the way!

Step 5: Smile and have fun!

NOTE: branch answer has the answer, so please feel free to look at it before meeting candidates :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published