@@ -35,7 +35,7 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
35
35
| Frontend | Backend | Realtime | Storage / Database |
36
36
| ------------------| ----------------------| --------------------| --------------------------|
37
37
| React.js + Tailwind CSS | Node.js + Express.js | Socket.IO | MongoDB (for metadata) |
38
- | Vite (optional for fast dev) | Multer (for file uploads) | WebSocket Protocol | Local Disk / AWS S3 (future) |
38
+ | Vite Reactjs | Multer (for file uploads) | WebSocket Protocol | Local Disk / AWS S3 (future) |
39
39
| Monaco Editor / CodeMirror | CORS Middleware | Room Events | Firebase Auth (optional) |
40
40
41
41
---
@@ -46,7 +46,6 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
46
46
- 📂 ** File Upload** (only valid code files ≤ 20MB).
47
47
- 🚫 ** No ZIPs or Folders** upload.
48
48
- 🔄 ** Real-Time Code Editing** with live synchronization.
49
- - 🎨 ** Syntax Highlighted Code Editor** .
50
49
- 🛡️ ** File Type and Size Validation** .
51
50
52
51
---
@@ -92,14 +91,11 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
92
91
/src
93
92
/components
94
93
/pages
95
- /utils
96
94
index.html
97
- tailwind .config.js
95
+ vite .config.js
98
96
99
97
/backend
100
- /controllers
101
- /routes
102
- /sockets
98
+ /file
103
99
/uploads
104
100
server.js
105
101
```
@@ -124,11 +120,9 @@ This project is licensed under the **MIT License**.
124
120
125
121
## 🔖 Badges
126
122
127
- ![ GitHub Repo stars] ( https://img.shields.io/github/stars/your-username /codecrib?style=social )
128
- ![ GitHub forks] ( https://img.shields.io/github/forks/your-username /codecrib?style=social )
129
- ![ GitHub issues] ( https://img.shields.io/github/issues/your-username /codecrib )
130
- ![ GitHub license] ( https://img.shields.io/github/license/your-username /codecrib )
123
+ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/ravindraogg /codecrib?style=social )
124
+ ![ GitHub forks] ( https://img.shields.io/github/forks/ravindraogg /codecrib?style=social )
125
+ ![ GitHub issues] ( https://img.shields.io/github/issues/ravindraogg /codecrib )
126
+ ![ GitHub license] ( https://img.shields.io/github/license/ravindraogg /codecrib )
131
127
132
128
---
133
-
134
- > Crafted with ❤️ by ** Ravindra boss** 🫡
0 commit comments