Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 868 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 868 Bytes

CODELAZA

This is a chat app developed to ease the process of sharing code with your mates. Central feature of this app is that it comes with code editor !! you can send code normal text messages and emojis too. Code editor support various languages like c, cpp, python, assembly, java, php and many more. And any developer can't imagine an editor without themes thus, it support vaious dark and light themes

Built With

  • ReactJs
  • Socket.io
  • NodeJs

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You should have node version higher than 8

Installation

  1. Clone the repo

    git clone https://github.com/AdityaKumar-01/Codelaza.git
  2. Install NPM packages cd into server and client directory then

    npm install