Skip to content

UnityTech/ads-recruiting-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

We're excited you are applying for a position at Unity Ads! As a part of the recruitment process, we would like to give you an opportunity to demonstrate your technical skills through completing a small assignment. Return your answer as a zip file containing all relevant files with tests (including .git, so that we can see your commit history), do not fork this repository.

Chat UI

Implement a chat UI for mobile devices similar to e.g. Whatsapp or Facebook messenger. Mock the server calls, i.e. implement only the frontend.

You should implement the following views and navigation between them:

Chat list:

  • list chats in which you are participant (there can be multiple participants in a chat)
  • clicking an item in the chat list will take you to that chat's details view

Chat details view:

  • list all messages in the chat. Messages may contain text, emoticons & images.
  • functionality to send a new chat message

Technology constraints & considerations

  • Use AngularJS 1.x
  • Use Angular Material
  • You may use additional libraries, but if you do explain why you did
  • Include instructions how to run the app & tests. Include enough mock data for us to test your UI.
  • You might want to have look at the available boilerplate projects to get started, e.g. https://github.com/angular/angular-seed

About

UnityAds front-end coding challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published