Skip to content

A web based code compiler and editor built in MERN stack. It also allows users to download the code on their local system.

Notifications You must be signed in to change notification settings

chetan-2002/Smart-code-editor-and-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smart Code Editor and Compiler

This is a web-based code editor and compiler built using the MERN stack. It allows users to write, compile, and run code directly in their browser. The backend is powered by an API that handles code compilation and execution.

Table of Contents

Features

  • User can edit, compile and execute the code
  • User can download the code
  • User can copy the code to the clipboard
  • Rightnow it supports three languages :
    • C
    • C++
    • Java

Technologies

  • React

Setup

To run this code editor and compiler locally, follow these steps:

  1. Clone this repository:
git clone https://github.com/chetan-2002/Smart-code-editor-and-compiler.git
  1. Change into the directory:
cd client
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

Usage

Once the development server is running, you can access the code editor and compiler by visiting http://localhost:3000 in your browser.

Snapshots

image

image

Contributing

Contributions are welcome! If you have any suggestions or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

A web based code compiler and editor built in MERN stack. It also allows users to download the code on their local system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published