You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update README with new information architecture
- Add comprehensive IA documentation (Foundations, Brand, Product)
- Update project structure to reflect new pages and components
- Add detailed feature descriptions and navigation capabilities
- Include direct links to all main sections
- Update component list with new interactive elements
Copy file name to clipboardExpand all lines: README.md
+71-20Lines changed: 71 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
# Buzzvil Design
2
-
<!-- Updated: Team members added --> System
1
+
# Buzzvil Design System
3
2
4
-
A modern, minimal design system website for Buzzvil, featuring a dark theme, interactive animations, and bilingual support (English/Korean).
3
+
A comprehensive design system website for Buzzvil, featuring a modern dark theme, interactive animations, bilingual support (English/Korean), and a structured information architecture.
5
4
6
5
## 🌟 Features
7
6
7
+
-**Structured Information Architecture**: Organized into Foundations, Brand, and Product sections
8
+
-**Interactive Navigation**: Elegant section navigation with auto-scroll and active states
8
9
-**Dark Theme**: Minimal, Linear-inspired design with blue accent colors
9
10
-**Interactive Minimap**: Full-screen animated minimap with scroll-based progress
10
11
-**Bilingual Support**: Seamless language switching between English and Korean
@@ -55,6 +56,25 @@ npm run dev
55
56
56
57
## 🎨 Design System
57
58
59
+
### Information Architecture
60
+
61
+
#### Foundations (`/`)
62
+
-**The Mission**: Mission & Vision statements
63
+
-**Our Mindset**: Philosophy and design approach
64
+
-**How we work**: Core values and working principles
65
+
-**The team**: Meet the design team
66
+
-**Tools**: Design and development tools
67
+
68
+
#### Brand (`/design/brand`)
69
+
-**Principles**: Brand principles and guidelines
70
+
-**Guidelines**: Comprehensive brand guidelines
71
+
-**Resources**: Brand assets and templates
72
+
73
+
#### Product (`/design/product`)
74
+
-**Principles**: Product design principles (Reward = Time, Delight Without Deception, Scalable by Design)
75
+
-**Guidelines**: Product design guidelines
76
+
-**Resources**: Product design resources
77
+
58
78
### Color Palette
59
79
-**Primary**: Black (#000000)
60
80
-**Accent**: Blue (#3B82F6)
@@ -68,10 +88,12 @@ npm run dev
68
88
69
89
### Components
70
90
- Interactive Minimap
91
+
- Section Navigation (auto-scroll, active states)
71
92
- Language Switcher
72
93
- Blur Reveal Animations
73
94
- Parallax Sections
74
-
- Avatar Generator
95
+
- Values Slider (3D transitions)
96
+
- Product Principles (interactive elements)
75
97
76
98
## 🌐 Internationalization
77
99
@@ -98,21 +120,29 @@ npm run deploy
98
120
99
121
```
100
122
src/
101
-
├── app/ # Next.js App Router
102
-
│ ├── globals.css # Global styles and CSS variables
103
-
│ ├── layout.tsx # Root layout
104
-
│ └── page.tsx # Home page
105
-
├── components/ # React components
106
-
│ ├── Header.tsx # Navigation header
107
-
│ ├── Hero.tsx # Hero section
108
-
│ ├── InteractiveMinimap.tsx # Animated minimap
109
-
│ ├── LanguageSwitcher.tsx # Language toggle
123
+
├── app/ # Next.js App Router
124
+
│ ├── design/ # Design system pages
125
+
│ │ ├── brand/ # Brand page (/design/brand)
126
+
│ │ └── product/ # Product page (/design/product)
127
+
│ ├── globals.css # Global styles and CSS variables
0 commit comments