Skip to content

Instantly share code, notes, and snippets.

View wnz99's full-sized avatar

David Fava wnz99

View GitHub Profile
@wnz99
wnz99 / coding-test.md
Last active January 13, 2023 14:41 — forked from jaikoo/coding-test.md
Coding test

Take home test (CRUD)

Thanks for taking the time to do our full-stack coding test. The challenge has two parts:

  • A task to create a basic service and ui to allow users to track their spending.
  • Some follow-up questions

Task

We need to create a service that allows users to create an 'Account' in GBP and keep track of balance in that account.

The service allows for transfers to be made against an account.