Click on the Tauri, Vite, and React logos to learn more.
-
-
{greetMsg}
-
+ {/* Main Content */}
+
+ {/* Welcome Section with Glass Effect */}
+
+
+
+ Welcome to Your Crypto Community Hub
+
+
+ Built with Tauri + React, designed for traders, investors, and crypto enthusiasts.
+ This platform prioritizes trust, security, and seamless communication.
+
+
+ {/* Demo Interaction */}
+
+
+
+ {greetMsg && (
+
+
{greetMsg}
+
+ )}
+
+
+
+
+ {/* Feature Preview Cards */}
+
+ {/* Real-time Messaging */}
+
+
+
+
+
+
Real-time Chat
+
+
+ Secure messaging for crypto discussions with end-to-end encryption and group channels.
+
+
+
+ {/* Portfolio Integration */}
+
+
+
+
+
+
Portfolio Tracking
+
+
+ Monitor your crypto investments with real-time price updates and performance analytics.
+
+
+
+ {/* Community Features */}
+
+
+
+
+
+
Expert Network
+
+
+ Connect with traders, researchers, and KOLs in specialized crypto communities.
+
+
+
+
+ {/* Chat Messages Demo */}
+
+
+ 💬 Live Chat Demo
+
+
+
+
+
+ Hey everyone! BTC looking bullish 🚀
+
+
+
+
+ Agreed! Just bought more at $45k
+
+
+
+
+ 0x1a2b3c...d4e5f6
+ Anyone seeing this DeFi yield opportunity?
+
+
+
+
+ Which protocol? Share the alpha! 👀
+
+
+
+
+
+
+
+
+
+
+ {/* Design System Showcase */}
+
+ {/* Buttons & Forms */}
+
+
+ 🎛️ Interactive Components
+
+
+
+ {/* Button Examples */}
+
+
Action Buttons
+
+
+
+
+
+
+
+
+ {/* Form Example */}
+
+
Trading Form
+
+
+
+
+
+
+
+
+ {/* Status & Loading States */}
+
+
+ 📊 Status Indicators
+
+
+
+ {/* Status Examples */}
+
+
Connection Status
+
+ Trading Active
+ Market Closed
+ Order Pending
+
+
+
+ {/* Loading States */}
+
+
Loading States
+
+
+
+
+
+
+
+ {/* Crypto Addresses */}
+
+
Wallet Address
+
+ bc1qxy2kgdygjrsqtzq2n0yrf2493p83kkfjhx0wlh
+
+
+
+
+
+
+
+ {/* Footer */}
+
+
);
}
-export default App;
+export default App;
\ No newline at end of file
diff --git a/src/components/DesignSystemShowcase.tsx b/src/components/DesignSystemShowcase.tsx
new file mode 100644
index 000000000..e55c47ae3
--- /dev/null
+++ b/src/components/DesignSystemShowcase.tsx
@@ -0,0 +1,380 @@
+import React from 'react';
+
+/**
+ * Design System Showcase Component
+ *
+ * This component demonstrates the premium design system created for the crypto platform.
+ * It showcases all the major components and styles that capture the calm, trustworthy
+ * aesthetic from the reference screenshots while elevating it for professional crypto users.
+ */
+
+const DesignSystemShowcase: React.FC = () => {
+ return (
+
+ {/* Hero Section - Similar to Screenshot #1 but elevated */}
+
+ {/* Atmospheric Background */}
+
+
+
+
+
+ {/* Greeting Section */}
+
+
+ Good afternoon,
+ Cyrus
+
+
+ Your portfolio is up 12.5% today
+
+
+ {/* Status Card */}
+
+
+
+
+
+
+ Markets Open
+
+
+ 26°C and clear
+
+
+
+ {/* Quick Actions */}
+
+
+
+
+
+
+
+
+ {/* Color Palette Section */}
+
+
+ Color System
+
+
+
+ {/* Primary Colors */}
+
+
Primary Ocean
+
+
+
+
+
Primary 500
+
#5B9BF3
+
+
+
+
+
+
Primary 600
+
#4A83DD
+
+
+
+
+
+ {/* Success Colors */}
+
+
Sage Success
+
+
+
+
+
Sage 500
+
#4DC46F
+
+
+
+
+
+
Sage 600
+
#3BA858
+
+
+
+
+
+ {/* Accent Colors */}
+
+
Accent Palette
+
+
+
+
+
Lavender
+
#9B8AFB
+
+
+
+
+
+
Sky
+
#7DD3FC
+
+
+
+
+
+
+
+ {/* Typography Section */}
+
+
+ Typography Scale
+
+
+
+
+
Display · 4.5rem
+
+ Beautiful Typography
+
+
+
+
+
Heading 1 · 3rem
+
+ Clear Information Hierarchy
+
+
+
+
+
Heading 2 · 1.875rem
+
+ Structured Content Design
+
+
+
+
+
Body · 1rem
+
+ The typography system is designed to create clear visual hierarchy while maintaining
+ excellent readability. Each text size has been carefully calibrated with appropriate
+ line heights and letter spacing to ensure optimal legibility across all device sizes.
+
+
+
+
+
Monospace · For prices and data
+
+ $48,392.50 +2.45%
+
+
+
+
+
+ {/* Card Components Section */}
+
+
+ Card Components
+
+
+
+ {/* Market Card */}
+
+
+
+
+
+ ₿
+
+
+
Bitcoin
+
BTC
+
+
+ Trending
+
+
+
+
$48,392.50
+
+ +$1,185.20
+ (+2.45%)
+
+
+
+
+
+ {/* Interactive Card */}
+
+
+ Portfolio Overview
+
+
+ Track your investments and monitor performance in real-time.
+
+
+ View Details
+
+
+
+
+ {/* Elevated Card */}
+
+
+
Quick Stats
+
+
+
+
+
+
+ Total Value
+ $125,430
+
+
+ 24h Change
+ +3.2%
+
+
+ Holdings
+ 12
+
+
+
+
+
+
+ {/* Navigation Pattern - Similar to Screenshot #2 */}
+
+