https://github.com/chaitanya-0310/code4share
A real-time collaborative coding platform developed to perform collaborative coding on a single platform with multiple developer although they are at different location
https://github.com/chaitanya-0310/code4share
express material-ui mongodb nodejs reactjs socket-io tailwindcss
Last synced: 3 months ago
JSON representation
A real-time collaborative coding platform developed to perform collaborative coding on a single platform with multiple developer although they are at different location
- Host: GitHub
- URL: https://github.com/chaitanya-0310/code4share
- Owner: Chaitanya-0310
- Created: 2023-01-19T10:24:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T08:51:49.000Z (over 3 years ago)
- Last Synced: 2025-03-23T12:28:36.236Z (over 1 year ago)
- Topics: express, material-ui, mongodb, nodejs, reactjs, socket-io, tailwindcss
- Language: JavaScript
- Homepage: https://code4share-editor.herokuapp.com/
- Size: 6.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code4Share
Code4Share is a web application in which users can create the playgrounds and code in real-time with their friends and enhance their knowledge with peer learning
## Demo
https://code4share-editor.herokuapp.com/
## Flowchart

## Screenshots







## Installation
Install my-project with npm
```bash
npm install my-project
cd my-project
```
## Run Locally
Clone the project
```bash
git clone https://github.com/Chaitanya-0310/Code4Share.git
```
Go to the project directory
```bash
cd my-project
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Tech Stack
**Client:** React, Redux, TailwindCSS, Material-UI
**Server:** Node, Express, Socket.io, MongoDB