https://github.com/ashishkk22/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
https://github.com/ashishkk22/code4share
express materailui mongodb nodejs react react-codemirror2 socketio
Last synced: about 1 month ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/ashishkk22/code4share
- Owner: ashishkk22
- Created: 2022-06-11T17:37:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T18:33:19.000Z (over 3 years ago)
- Last Synced: 2025-02-25T21:32:23.465Z (12 months ago)
- Topics: express, materailui, mongodb, nodejs, react, react-codemirror2, socketio
- Language: JavaScript
- Homepage: https://code4share-editor.herokuapp.com/
- Size: 7.02 MB
- Stars: 1
- 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/
## 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/ashishkk22/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