Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 715 Bytes

File metadata and controls

28 lines (23 loc) · 715 Bytes

Collaborative Coding Platform (In Progress)

A MERN-stack application where multiple users can create projects, chat, and write code together in real time.

Tech Stack

  • Frontend: React, Tailwind CSS
  • Backend: Node.js, Express.js
  • Database: MongoDB
  • Authentication: JWT, bcrypt
  • Real-time: Socket.io

Current Features

  • User registration and login
  • Project dashboard
  • Create and list projects
  • Basic chat system
  • Simple code editor
  • REST APIs for users and projects

Planned Features

  • Real-time chat
  • Real-time collaborative code editing
  • Advanced code editor (Monaco / CodeMirror)
  • Project file structure
  • UI improvements and deployment

Status

Ongoing project, developed step by step.