An interactive in-browser code editor that allows you to write, edit, and execute code seamlessly within your web browser. Built with React, Vite, and Monaco Editor, this project provides a sleek, real-time coding environment for developers and learners.
- β Real-time Code Execution β Edit and see results instantly
- β Syntax Highlighting β Powered by Monaco Editor (used in VS Code)
- β Multi-Language Support β Run Python, JavaScript, and more
- β Auto-Completion β Smart suggestions to speed up coding
- β Customizable Theme β Dark mode and light mode support
- β Lightweight & Fast β Built with Vite for blazing speed
- Frontend: React, Vite, Chakra UI
- Code Editor: Monaco Editor
- API Requests: Axios (if fetching external data)
- Animations: Framer Motion
- Development Tools: ESLint, Vite Plugin React
# install dependencies
npm install
# start the dev server
npm run dev