A Codepen clone, built with ReactJS, Monaco Editor and Material UI.
Kodepen_vid.mp4
-
Install dependencies
npm install
-
Fire up the server and watch files
npm run dev
- Powered by our favorite VS Code editor
- All your code will be saved in your browser, so when you open the URL again all your code will be right there.
- Each editor can be collapse and expand separately.
- Auto render code (within 1 sec)
- Smart Auto-completion suggestion
- Auto-close brackets (For JavaScript and CSS)
- Highlight unclosed brackets (For JavaScript)
- Highlight active brackets (Brackets near cursor)
- Linting
- VS Code dark theme
- React
- Material UI
- VITE
$ git clone https://github.com/fullyDeepak/Kodepen.git
npm install
npm start
Licensed under the MIT license.