Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 931 Bytes

README.md

File metadata and controls

60 lines (34 loc) · 931 Bytes

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

App Screenshot

App Screenshot

Installation

Install my-project with npm

  npm install my-project
  cd my-project

Run Locally

Clone the project

  git clone https://github.com/ashishkk22/Code4Share.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Tech Stack

Client: React, Redux, TailwindCSS, Material-UI

Server: Node, Express, Socket.io, MongoDB