Skip to content

Commit 3de57a5

Browse files
committed
feat: add basic chat application frontend with message sending and loading functionality
- Implemented message sending and loading in app.js - Created index.html for the chat interface - Added styles in style.css for a better user experience - Included package.json for project metadata
1 parent 225a81c commit 3de57a5

6 files changed

Lines changed: 1232 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Dependencies
2+
node_modules/
3+
chat-app/**/node_modules/
4+
5+
# Logs
6+
npm-debug.log*
7+
yarn-debug.log*
8+
yarn-error.log*
9+
pnpm-debug.log*
10+
11+
# Environment variables
12+
.env
13+
.env.*
14+
!.env.example
15+
16+
# OS files
17+
.DS_Store
18+
Thumbs.db

0 commit comments

Comments
 (0)