Skip to content

Commit 7306d53

Browse files
authored
Update README.md
1 parent b9d7197 commit 7306d53

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
3535
| Frontend | Backend | Realtime | Storage / Database |
3636
|------------------|----------------------|--------------------|--------------------------|
3737
| 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) |
3939
| Monaco Editor / CodeMirror | CORS Middleware | Room Events | Firebase Auth (optional) |
4040

4141
---
@@ -46,7 +46,6 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
4646
- 📂 **File Upload** (only valid code files ≤ 20MB).
4747
- 🚫 **No ZIPs or Folders** upload.
4848
- 🔄 **Real-Time Code Editing** with live synchronization.
49-
- 🎨 **Syntax Highlighted Code Editor**.
5049
- 🛡️ **File Type and Size Validation**.
5150

5251
---
@@ -92,14 +91,11 @@ Ideal for **pair programming**, **interviews**, and **team projects**.
9291
/src
9392
/components
9493
/pages
95-
/utils
9694
index.html
97-
tailwind.config.js
95+
vite.config.js
9896
9997
/backend
100-
/controllers
101-
/routes
102-
/sockets
98+
/file
10399
/uploads
104100
server.js
105101
```
@@ -124,11 +120,9 @@ This project is licensed under the **MIT License**.
124120

125121
## 🔖 Badges
126122

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)
131127

132128
---
133-
134-
> Crafted with ❤️ by **Ravindra boss** 🫡

0 commit comments

Comments
 (0)