Heliosare / 2h-homework

Quick technical homework about Angular and all things web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Betclic Coding Assignment 2020

The goal of this assignment is to showcase your ability to develop features and your coding style. Due to the time constraint you will have to prioritize what you work on, and have to try to balance cleanliness with just getting it done.

Even though the app is small, one can easily spend the whole week working on it: perfecting styles, testing every single method, or carefully crafting every single line of code. Please don't! Do as much as you can in about two hours and share the results.

The most important part of the interview will come after this one, when we look at the app together, talk about the decisions you have made, etc...

Ticketing Managing Application

Build a ticket managing app, where the user can add, filter, assign, and complete tickets.

  • The app should have two screens: the list screen, and the details screen. Please use the Angular router to manage the transitions between them.
  • Even though we tend to use NgRx for state management, you can use a different approach if you think it fits better.
  • Write a couple of tests. The goal here is not to build a production-quality app, so don't test every single detail. Two or three tests should be good enough.
  • Don't forget about error handling and race conditions. The API server has a random delay. If you bump it up to say 10 seconds, would the app still work correctly?

Good To Know

  • Application must have automated tests (type and completeness of the tests are up to you).
  • Application should be optimized for performance.
  • (Optional) You can use whatever design library you want, if you even want one.
  • (Optional) Application should be split in domain libraries.
  • (Optional) Application should have a good User Experience.

Submitting your solution

Please send us the link to your publicly hosted git repository. We will continue to work on it during the pair-programming sessions. Please also indicate approximately how long you spent on the submission.

About

Quick technical homework about Angular and all things web


Languages

Language:TypeScript 81.1%Language:HTML 12.9%Language:JavaScript 5.1%Language:CSS 0.9%