Please sign in to access this page
Used VS Code to write code, now writing code to build my own VS Code 😄.
A browser-based code editor built with React, inspired by VS Code. Write HTML, CSS, and JavaScript directly in your browser and see live previews as you code—just like a web playground.
Creating a code editor which runs on browser.
I used ai for writing the Redme.md file 😊
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
just improved the project, fixed bugs. tried to add import/export files but facing some issues so drop that idea.
Few updates : added dark/light theme for editor, changed some css, Added a default counter code in editor which can we preview
🆕 New Project Started
Kicking off a new project: a lightweight VS Code-like code editor that runs directly in the browser! 🧑💻
The setup is complete with React (Vite) and TailwindCSS — excited to build this step-by-step and explore the inner workings of a live code editor.