Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 985 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 985 Bytes

Coding Task

In order to be considered for the position, you must complete the following steps.

Don't worry about styling for this test. We are only concerned with your knowledge and implementation.

Task

Use the wireframes as the basis for your layout and API docs for your networking calls.

Create an app that accomplishes the following:

Connect to the Mock REST API. Below is the doc for endpoint

Clone this repo and npm install

To start the server run npm start REST docs

The end point to use is http://localhost:3333/users

Create the users List as shown in the wireframe. Use services, directives, filters where appropriate

When clicked on a User bring them to the User Profile page. Use routing and transitions where appropriate.

A user should be able to CRUD.

Commit and Push your code to your new repository

Send us a link to repo, we will review your code and get back to you.