Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashishkk22/code4share
- Owner: ashishkk22
- Created: 2022-06-11T17:37:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T18:33:19.000Z (over 2 years ago)
- Last Synced: 2024-11-10T22:13:40.792Z (3 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
![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 LocallyClone 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