Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 914 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 914 Bytes

Ancient

This project was created as a response of a challenge for an interview process I got involved.

The goal was to use Angular with a GraphQL server to render a list of "mystery boxes" that can be opened by the user.

When opening a box, a Subscription from GraphQL is updated, thus updating the balance of the current wallets of the user on the header of the app.

No tests were developed for this app, so the only commands available are the usual for builiding/serving Angular applications:

npm run serve

npm run build

Prints from the app:

Boxes list desktop

Boxes card desktop

Boxes list mobile

Boxes card mobile