Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 17 days 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

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
![App Screenshot](https://i.postimg.cc/JnFZmdb2/Screenshot-109.png)

![App Screenshot](https://i.postimg.cc/mhf91zp3/Screenshot-108.png)

![App Screenshot](https://i.postimg.cc/KzjB6ygT/Screenshot-106.png)

## 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