Skip to content

dhananjay1801/code-studio

Repository files navigation

Code Studio

Code Studio is a modern web-based code editor built with React, TypeScript, and Vite. It features a sleek UI powered by Tailwind CSS and integrates with Judge0 for real-time code compilation and execution.

Live link: d7hqm4zb5dag0.cloudfront.net


Features

  • Real-time code editing with syntax highlighting
  • Code execution using Judge0 API
  • Fast build and development powered by Vite
  • Styled with Tailwind CSS
  • Type-safe code using TypeScript

Project Structure

.
├── public/                  # Static assets
├── src/                     # Source code
│   ├── components/          # React components (e.g., EditorPage.tsx)
│   ├── services/            # API logic (e.g., Judge0 integration)
│   ├── index.css            # Tailwind styles
│   └── main.tsx             # App entry point
├── .env.example             # Environment variable template
├── package.json             # Project metadata and scripts
├── tailwind.config.js       # Tailwind configuration
├── vite.config.ts           # Vite config
└── tsconfig.json            # TypeScript config

About

An Online Code Compiler which supports Python, Java, JavaScript, C, C++ and Kotlin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published