/code_crushed

Code Crushed, an online IDE

Primary LanguageJavaScript

React online IDE - Compile and Execute code in 40+ languages

⚡️ A code editor that compiles and runs your code instantly online.

image

Features:

  • Powered by Monaco Editor.
  • Compile and run code in 40+ programming languages.
  • Switch themes from a list of available themes.
  • Instant result with information about result.

Installations and setup

  • git clone https://github.com/Ajeet1606/code_crushed.git
  • npm install
  • Register on RapidAPI and get your API keys.
  • Create a .env file.
  • Add the API Keys in the .env file
  • npm start to run the project.

TODO:

  1. Some more UI modifications.
  2. User authentication
  3. User Profile Page
  4. Save code functionality
  5. Share code functionality

Reference taken

Blog: FreeCodeCamp - Build A Code IDE with React