Skip to content

Latest commit

Β 

History

History
92 lines (73 loc) Β· 2.46 KB

File metadata and controls

92 lines (73 loc) Β· 2.46 KB

Mini Code

Mini Code is a simple, lightweight, minimalistic online code editor that lets users write, edit, and run code seamlessly. Designed with a clean and intuitive interface, Mini Code is ideal for quick testing and coding in multiple programming languages.

πŸš€ Features

  • Minimal UI: A distraction-free environment for coding.
  • Rich Text Editing: Powered by Monaco Editor, providing syntax highlighting and IntelliSense-like features.
  • Online Compilation: Execute code instantly using the Piston API.
  • Language Support: Currently supports:
    • JavaScript
    • TypeScript
    • Python
    • Go
    • Java
    • C++
    • C#
    • PHP
  • No Account Needed: Open the website and start coding instantly.

πŸ› οΈ Technologies Used

🎯 How to Use

  1. Open the Mini Code website.
  2. Choose your preferred programming language from the dropdown.
  3. Write or paste your code into the editor.
  4. Optionally, provide input for the code.
  5. Click the Run button.
  6. View the output in the result panel.

πŸ–₯️ Demo

Here’s a quick video demonstration of Mini Code in action:

mini-code-demo.mp4

πŸ“¦ Installation (For Developers)

If you want to run this project locally:

  1. Clone the repository:
    git clone https://github.com/KrishT0/Mini-Code.git
  2. Navigate to the project directory:
    cd Mini-Code
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm start
  5. Browser will open automatically at:
    http://localhost:3000

🀝 Contributing

Contributions are welcome! Follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Add new feature"
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

πŸ“„ License

This project is licensed under the MIT License.