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.
- 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.
- Frontend Framework: React
- UI Components: Shadcn/UI
- State Management: TanStack Query
- Code Editor: Monaco Editor
- Compiler API: Piston API
- Open the Mini Code website.
- Choose your preferred programming language from the dropdown.
- Write or paste your code into the editor.
- Optionally, provide input for the code.
- Click the Run button.
- View the output in the result panel.
Hereโs a quick video demonstration of Mini Code in action:
mini-code-demo.mp4
If you want to run this project locally:
- Clone the repository:
git clone https://github.com/KrishT0/Mini-Code.git
- Navigate to the project directory:
cd Mini-Code
- Install dependencies:
npm install
- Start the development server:
npm start
- Browser will open automatically at:
http://localhost:3000
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Add new feature"
- Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License.