Skip to content

KrishT0/Mini-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.