Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoito-hub/test-tasks
https://github.com/neoito-hub/test-tasks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/neoito-hub/test-tasks
- Owner: neoito-hub
- Created: 2022-06-16T07:52:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T05:51:40.000Z (over 2 years ago)
- Last Synced: 2023-03-05T16:38:28.323Z (almost 2 years ago)
- Size: 6 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.