HalfToothed / online-code-compiler

An online code compiler
https://online-code-compiler-rose.vercel.app
4 stars 14 forks source link
hacktoberfest

🌐 Online Code Compiler 🚀

An intuitive, web-based code compiler that lets you write, compile, and run code in multiple programming languages right from your browser! Built with React, TypeScript, and Vite on the frontend, and powered by Judge0 API for code execution, this app provides real-time feedback with a simple, responsive interface.


🎯 Features


🛠️ Technologies Used


🚀 Quick Start Guide

To run this project locally:

1. 📂 Clone the Repository

git clone https://github.com/HalfToothed/online-code-compiler.git
cd online-code-compiler

2. 📦 Install Dependencies

npm install

3. 🔑 Set Up Judge0 API Access

4. ▶️ Run the Application

npm run dev

Open http://localhost:3000 in your browser to start coding! 💻


📝 Usage

  1. Select a Language: Choose the programming language from the dropdown.
  2. Write Code: Type your code in the editor with syntax highlighting.
  3. Provide Input (Optional): If your code requires input, add it in the input field.
  4. Run Code: Click the "Run" button to compile and execute your code. Output and error messages will appear below.

🤝 Contributing

Contributions are welcome! Please feel free to submit issues or pull requests to help this project.