Skip to content

Commit d59f844

Browse files
authored
Update README.md
1 parent d8c82ab commit d59f844

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# ✨ CodeCrib
66

7-
Welcome to **CodeCrib** — A real-time collaborative coding platform where developers can create private rooms, share code files (≤ 20MB), and collaborate seamlessly!
7+
Welcome to **CodeCrib** — A real-time collaborative coding platform where developers can create private rooms, share code files, and collaborate seamlessly!
88

99
---
1010

@@ -34,9 +34,9 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
3434

3535
| Frontend | Backend | Realtime | Storage / Database |
3636
|------------------|----------------------|--------------------|--------------------------|
37-
| React.js + Tailwind CSS | Node.js + Express.js | Socket.IO | MongoDB (for metadata) |
38-
| Vite Reactjs | Multer (for file uploads) | WebSocket Protocol | Local Disk / AWS S3 (future) |
39-
| Monaco Editor / CodeMirror | CORS Middleware | Room Events | Firebase Auth (optional) |
37+
| React.js + TypeScript | Node.js + Express.js | Socket.IO | MongoDB (for metadata) |
38+
| Vite Reactjs | Multer (for file uploads) | WebSocket Protocol | Local Disk |
39+
| Monaco Editor / CodeMirror | CORS Middleware | Room Events | Memory Storage |
4040

4141
---
4242

0 commit comments

Comments
 (0)