Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 699 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 699 Bytes

iZettle

iZettle Home Task


Task:

Create a web application based upon persistent storage (perhaps a database). The application should allow a person to:

  1. register
  2. authenticate herself
  3. Access a view where a list of timestamps for the user's last 5 successful login attempts is shown. Only authorized persons should be able to access this view.

Prerequisites:

  • You choose platform and language
  • You will walk us through your solution when we meet
  • We should be able to test your solution when we meet