Skip to content

Commit 1f86549

Browse files
committed
Initial commit
0 parents  commit 1f86549

File tree

6 files changed

+79
-0
lines changed

6 files changed

+79
-0
lines changed

design/icons/close.svg

Lines changed: 3 additions & 0 deletions
Loading

design/notifications.js

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
var notifications = [
2+
{
3+
name: 'Linde',
4+
avatar: 'https://cdn.ticketswap.com/public/201606/cb14645d-2b71-439d-92b6-feefd0e16c26.png',
5+
event: 'Awakenings Festival 2017',
6+
tickets: 4
7+
},
8+
{
9+
name: 'Koen',
10+
avatar: 'https://cdn.ticketswap.com/public/201604/9887d946-47a1-4e01-881b-6a33076c4de8.jpeg',
11+
event: 'Welcome to the Future - Indoor Day Festival 2017',
12+
tickets: 2
13+
},
14+
{
15+
name: 'Julie',
16+
avatar: 'https://cdn.ticketswap.com/public/201703/569309fc-2e3c-41c9-8e1a-36dcc63858b2.png',
17+
event: 'Toffler Indoor Festival 2017',
18+
tickets: 1
19+
},
20+
{
21+
name: 'Pascal',
22+
avatar: 'https://cdn.ticketswap.com/public/201601/e36b0348-cdc3-408d-a020-968a90ddbba9.jpeg',
23+
event: 'Kensington',
24+
tickets: 2
25+
},
26+
{
27+
name: 'Nikki',
28+
avatar: 'https://cdn.ticketswap.com/public/201707/76a10f7c-4707-4f66-a70f-8428d240a382.png',
29+
event: 'Kendrick Lamar - The Damn. Tour',
30+
tickets: 3
31+
},
32+
{
33+
name: 'Mark',
34+
avatar: 'https://cdn.ticketswap.com/public/201709/e6d4f11b-ac8b-4ee3-8a6d-04d1e34bc65f.png',
35+
event: 'Shakira - El Dorado World Tour',
36+
tickets: 10
37+
},
38+
{
39+
name: 'Lauren',
40+
avatar: 'https://cdn.ticketswap.com/public/201608/92326b92-ce4d-4cf3-8d69-032687a44a51.png',
41+
event: 'Freaqshow 2017',
42+
tickets: 2
43+
},
44+
{
45+
name: 'Bob',
46+
avatar: 'https://cdn.ticketswap.com/public/201601/d7ca4794-ce30-48fa-8753-3327c9ce713c.jpeg',
47+
event: 'Imagine Dragons - Evolve World Tour',
48+
tickets: 5
49+
},
50+
{
51+
name: 'Tygra',
52+
avatar: 'https://cdn.ticketswap.com/public/201707/b676dc31-66ba-4a55-aa0d-ba4f55dba7ac.png',
53+
event: 'The Script',
54+
tickets: 1
55+
},
56+
{
57+
name: 'Lucas',
58+
avatar: 'https://cdn.ticketswap.com/public/201612/d8b4e303-ce95-477e-982f-9e5801c14a5c.png',
59+
event: 'Depeche Mode - Global Spirit Tour',
60+
tickets: 3
61+
},
62+
]

design/preview/[email protected]

224 KB
Loading
125 KB
Loading

design/sketch/Notifications.sketch

1010 KB
Binary file not shown.

readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# TicketSwap assessment
2+
Thank you for doing our ui frontend assessment. The goal of the assessment is a page with notifications that can be added with a button. If you have any questions you can always [contact us](mailto:[email protected]).
3+
4+
## Design
5+
The design is included in the repo at `./design`. Included is a Sketch file and some preview images.
6+
7+
## Notifications data
8+
We provided an array with data for the notifications at `./design/notifications.js` for your convenience. You can copy paste this in your own project.
9+
10+
## Handing in the assessment
11+
When you're finished you can send it to us in reply of the mail you got with this assessment.
12+
13+
### Good luck
14+
And again if you have any questions, [let us know](mailto:[email protected])!

0 commit comments

Comments
 (0)