CompileX is a sleek and responsive online code editor that lets users write, edit, and run code directly from the browser. Built with React and Vite, it's designed for simplicity, speed, and an intuitive user experience.
- 📝 Live code editor with syntax highlighting
- 🧠 Support for multiple programming languages (if applicable)
- 💾 Save and manage code snippets (if implemented)
- 🌗 Dark/light theme toggle (optional)
- ⚡ Fast performance with Vite and modular components
- Frontend: React, JSX, CSS
- Build Tool: Vite
- Code Editor: (e.g. CodeMirror, Monaco – based on your setup)
- Version Control: Git & GitHub
- Clone the repository:
git clone https://github.com/Lishagoel/CompileX.git
cd CompileX
npm install
npm run dev