first commit

This commit is contained in:
2026-07-30 09:51:25 +07:00
commit e3aca176b7
82 changed files with 7847 additions and 0 deletions

BIN
public/.DS_Store vendored Normal file
View File

Binary file not shown.

BIN
public/images/.DS_Store vendored Normal file
View File

Binary file not shown.

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 849 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

30
public/json/series.json Normal file
View File

@@ -0,0 +1,30 @@
[
{
"name": "Evolusi Mega",
"image_url": "https://cdn2.pokepedia.id/series/evolusi_mega.webp",
"image_local_path": "/images/series/evolusi_mega.webp",
"expansion_count": "9",
"card_count": "1356"
},
{
"name": "Scarlet & Violet",
"image_url": "https://cdn2.pokepedia.id/series/scarlet_violet.webp",
"image_local_path": "/images/series/scarlet_violet.webp",
"expansion_count": "33",
"card_count": "4666"
},
{
"name": "Pedang & Perisai",
"image_url": "https://cdn2.pokepedia.id/series/pedang_perisai.webp",
"image_local_path": "/images/series/pedang_perisai.webp",
"expansion_count": "35",
"card_count": "5114"
},
{
"name": "Matahari & Bulan",
"image_url": "https://cdn2.pokepedia.id/series/matahari_bulan.webp",
"image_local_path": "/images/series/matahari_bulan.webp",
"expansion_count": "16",
"card_count": "3284"
}
]