Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoito-hub/test-tasks


https://github.com/neoito-hub/test-tasks

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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](wireframes/users.png) 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](https://github.com/typicode/json-server#routes)

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.