Skip to content

Abruuham/react-code-editor-sockets

Repository files navigation

Original code for editor from manuarora700.

I have added web sockets in order to communicate in between two different code editors. This will allow for pair programming.

Features:

  • Compile and execute code in 40+ programming languages.
  • Switch themes from a list of available themes.

Installations and setup

  • git clone https://github.com/manuarora700/react-code-editor.git
  • npm install
  • A sample .env.sample file is given, Register on RapidAPI ang get your API keys.
  • Create a .env file.
  • Add the API Keys in the .env file
  • npm start to run the project.

TODO:

  1. Add more languages [DONE]
  2. User login, authentication and registration (Firebase Auth)
  3. User Profile Page
  4. Save code functionality (Firestore - use Slug based approach)
  5. Share code functionality

About

Code editor written in React with Web Sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published