🚧 Adding the list view page, but has to be modified
This commit is contained in:
45
data/concerts.json
Normal file
45
data/concerts.json
Normal file
@@ -0,0 +1,45 @@
|
||||
[
|
||||
{
|
||||
"group": "Berurier Noir",
|
||||
"date":"20 Avril 1983",
|
||||
"nationality": "French",
|
||||
"location": "Le Liberté",
|
||||
"price": 20,
|
||||
"ticketsLeft": 36,
|
||||
"Image": "https://media.discordapp.net/attachments/1415267028201246812/1424825038657425518/a06e3304-86ca-4b4f-8016-c4ae9844b0df.png?ex=68e9f879&is=68e8a6f9&hm=b6ff1f540d5c382930b56bd6f90565f517ee179347d6ee6aebd5254b10cf4c88&=&format=webp&quality=lossless&width=579&height=579",
|
||||
"favorite": false
|
||||
},
|
||||
{
|
||||
"group": "Molodoi",
|
||||
"date":"22 Avril 1983",
|
||||
"nationality": "French",
|
||||
"location": "Le Liberté",
|
||||
"price": 22,
|
||||
"ticketsLeft": 400,
|
||||
"Image": "https://media.discordapp.net/attachments/1415267028201246812/1424826240090509332/7fdbfe06-8300-441e-81ac-87851d004dc3.png?ex=68e9f997&is=68e8a817&hm=cc71621c3e7c3c1aaeda5555e9dd4204d43414cd0332c2b116b10d009b68df3c&=&format=webp&quality=lossless&width=579&height=579",
|
||||
"favorite": false
|
||||
|
||||
},
|
||||
{
|
||||
"group": "Iggy Pop",
|
||||
"date":"24 Avril 1983",
|
||||
"nationality": "French",
|
||||
"location": "USA",
|
||||
"price": 32,
|
||||
"ticketsLeft": 0,
|
||||
"Image": "https://static.fnac-static.com/multimedia/FR/Images_Produits/FR/fnac.com/Visual_Principal_340/2/2/8/0094633089822/tsp20130828210922/A-million-in-prizes-The-Iggy-Pop-Anthology.jpg",
|
||||
"favorite": false
|
||||
|
||||
},
|
||||
{
|
||||
"group": "Sex Pistols",
|
||||
"date":"23 Avril ",
|
||||
"nationality": "French",
|
||||
"location": "",
|
||||
"price": 20,
|
||||
"ticketsLeft": 36,
|
||||
"Image": "https://media.discordapp.net/attachments/1415267028201246812/1424826240090509332/7fdbfe06-8300-441e-81ac-87851d004dc3.png?ex=68e9f997&is=68e8a817&hm=cc71621c3e7c3c1aaeda5555e9dd4204d43414cd0332c2b116b10d009b68df3c&=&format=webp&quality=lossless&width=579&height=579",
|
||||
"favorite": true
|
||||
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user