seawolf2357 commited on
Commit
47719ad
ยท
verified ยท
1 Parent(s): 2d96d6f

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +15 -27
config.py CHANGED
@@ -51,56 +51,44 @@ DEMO_LIST = [
51
  "card": {
52
  "index": 2,
53
  },
54
- "title": "TODO list",
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": 4,
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": 5,
74
  },
75
- "title": "3D Card Hover Effect",
76
- "description": "Create a grid of cards that respond to mouse movement with a 3D rotation effect. Add subtle shadows and perspective transforms for depth. Include smooth transitions and glowing highlights."
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": 7,
88
  },
89
- "title": "Infinite Parallax Scroller",
90
- "description": "Design a parallax scrolling effect with multiple layers moving at different speeds. Add floating elements and smooth transitions. Make it loop infinitely as user scrolls."
91
  },
92
  {
93
  "card": {
94
- "index": 8,
95
  },
96
- "title": "Interactive Timeline",
97
- "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."
98
  },
99
  {
100
  "card": {
101
- "index": 9,
102
  },
103
- "title": "Drag & Drop Puzzle",
104
- "description": "Implement a drag and drop puzzle game using vanilla JavaScript. Include piece snapping, rotation, and completion detection. Add smooth animations for piece movement and success feedback."
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
+ ]