Update config.py
Browse files
config.py
CHANGED
@@ -51,56 +51,44 @@ DEMO_LIST = [
|
|
51 |
"card": {
|
52 |
"index": 2,
|
53 |
},
|
54 |
-
"title": "
|
55 |
-
"description": "I want a TODO list that allows me to add tasks, delete tasks, and I would like the overall color theme to be purple."
|
56 |
-
},
|
57 |
-
{
|
58 |
-
"card": {
|
59 |
-
"index": 3,
|
60 |
-
},
|
61 |
-
"title": "Dynamic Chart Dashboard",
|
62 |
"description": "Create an interactive dashboard with Chart.js showing different types of charts (line, bar, pie) with smooth animations. Include buttons to switch between different data views.",
|
63 |
},
|
64 |
{
|
65 |
"card": {
|
66 |
-
"index":
|
67 |
},
|
68 |
"title": "Canvas Animation Gallery",
|
69 |
"description": "Design a gallery of HTML5 Canvas animations including particle effects, geometric patterns, and interactive drawings. Add controls to pause/play and modify animation parameters.",
|
70 |
},
|
71 |
{
|
72 |
"card": {
|
73 |
-
"index":
|
74 |
},
|
75 |
-
"title": "
|
76 |
-
"description": "
|
77 |
},
|
78 |
{
|
79 |
-
"card": {
|
80 |
-
"index": 6,
|
81 |
-
},
|
82 |
-
"title": "Music Visualizer",
|
83 |
-
"description": "Build an audio visualizer using Web Audio API and Canvas. Show dynamic bars that react to music frequency data with smooth animations. Include play/pause controls and color theme options."
|
84 |
-
},
|
85 |
{
|
86 |
"card": {
|
87 |
-
"index":
|
88 |
},
|
89 |
-
"title": "
|
90 |
-
"description": "
|
91 |
},
|
92 |
{
|
93 |
"card": {
|
94 |
-
"index":
|
95 |
},
|
96 |
-
"title": "
|
97 |
-
"description": "Create a
|
98 |
},
|
99 |
{
|
100 |
"card": {
|
101 |
-
"index":
|
102 |
},
|
103 |
-
"title": "
|
104 |
-
"description": "
|
105 |
}
|
106 |
]
|
|
|
|
51 |
"card": {
|
52 |
"index": 2,
|
53 |
},
|
54 |
+
"title": "๋ค์ด๋๋ฏน ์ฐจํธ ๋์ฌ๋ณด๋",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
"description": "Create an interactive dashboard with Chart.js showing different types of charts (line, bar, pie) with smooth animations. Include buttons to switch between different data views.",
|
56 |
},
|
57 |
{
|
58 |
"card": {
|
59 |
+
"index": 3,
|
60 |
},
|
61 |
"title": "Canvas Animation Gallery",
|
62 |
"description": "Design a gallery of HTML5 Canvas animations including particle effects, geometric patterns, and interactive drawings. Add controls to pause/play and modify animation parameters.",
|
63 |
},
|
64 |
{
|
65 |
"card": {
|
66 |
+
"index": 4,
|
67 |
},
|
68 |
+
"title": "์์
๋น์ฃผ์ผ๋ผ์ด์ ",
|
69 |
+
"description": "Web Audio API์ Canvas๋ฅผ ์ฌ์ฉํ์ฌ ์ค๋์ค ๋น์ฃผ์ผ๋ผ์ด์ ๋ฅผ ์ ์ํด ๋ณด์ธ์. ์์
์ฃผํ์ ๋ฐ์ดํฐ์ ๋ฐ์ํ๋ ๋์ ์ธ ๋ง๋๋ค์ด ๋ถ๋๋ฌ์ด ์ ๋๋ฉ์ด์
์ผ๋ก ์์ง์ด๋๋ก ๊ตฌํํด์ผ ํฉ๋๋ค. ๋ํ ์ฌ์/์ผ์ ์ ์ง ์ปจํธ๋กค๊ณผ ์์ ํ
๋ง ์ ํ ๊ธฐ๋ฅ๋ ํฌํจํ์ธ์."
|
70 |
},
|
71 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
{
|
73 |
"card": {
|
74 |
+
"index": 5,
|
75 |
},
|
76 |
+
"title": "Interactive Timeline",
|
77 |
+
"description": "Create a vertical timeline with animated entry points. When clicking on timeline items, show detailed information with smooth transitions. Include filtering options and scroll animations."
|
78 |
},
|
79 |
{
|
80 |
"card": {
|
81 |
+
"index": 6,
|
82 |
},
|
83 |
+
"title": "Memory Card Game",
|
84 |
+
"description": "Create a classic memory matching card game with flip animations. Include a scoring system, timer, and difficulty levels. Add satisfying match/mismatch animations and sound effects using Web Audio API."
|
85 |
},
|
86 |
{
|
87 |
"card": {
|
88 |
+
"index": 7,
|
89 |
},
|
90 |
+
"title": "Snake Game Classic",
|
91 |
+
"description": "Build a modern version of the classic Snake game using Canvas. Include smooth snake movement, particle effects for food collection, and wall collision detection. Add mobile touch controls and different speed modes."
|
92 |
}
|
93 |
]
|
94 |
+
]
|