openhands commited on
Commit
39d39f4
·
1 Parent(s): fedc54f

fix: Add static Space configuration to README

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Chat App
3
+ emoji: 💬
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: static
7
+ app_file: index.html
8
+ pinned: false
9
+ license: mit
10
+ short_description: 'Modern chat application with Three.js background'
11
+ ---
12
+
13
+ # Chat-App 💬
14
+
15
+ A modern chat application with Three.js 3D background.
16
+
17
+ ## Features
18
+ - React + Vite frontend
19
+ - Three.js 3D particles background
20
+ - Chat UI components
21
+ - Group chat support
22
+ - Zustand state management
23
+
24
+ ---
25
+ Built with ❤️ using React + FastAPI