/Hackit

Primary LanguageJavaScript

Installation

  • clone the repository
git clone https://github.com/Ayushaff/CodeVerse
  • set Environment variables (have a .env file for it)
  • run the command on your terminal/cmd
node index.js

AND

npm run client-dev

Features

  • Experience the convenience of an online code editor supporting popular programming languages like Node.js, Python, and Java.
  • Seamlessly input data from files or manually enter it for maximum flexibility.
  • Boost productivity with real-time code suggestions, enabling faster and error-free coding.
  • Personalize your coding environment with dark and light themes to suit your preferences.
  • Enjoy easy file upload and download features for efficient code file management.

Usage

Once its is running, follow these steps:

  1. Select a programming language (Node.js, Python, or Java) from the dropdown menu.
  2. Personalize the editor's appearance by choosing a theme (dark or light).
  3. Write code in the editor. Real-time suggestions will enhance coding efficiency.
  4. Provide input from a file or hardcode it using available options.
  5. Click "Run" to execute the code on the server-side.
  6. View the output below the editor.
  7. Utilize the file upload and download functionality for code files.