A React-based code editor that provides real-time output for HTML, CSS, and JavaScript.
Immerse yourself in coding with a React-based code editor that provides real-time output for HTML, CSS, and JavaScript. Crafted with intuitive design, effortlessly write, edit, and witness instant code execution, streamlining the development process. Experience a dynamic environment where creativity meets functionality, fostering a seamless coding experience.
You can preview and try the website live in Vercel here : github.io/codeEditor
Easy and User friendly UI (Interactions feedback and error messages). Responsive on mobile and small devices.
Recording.2024-01-17.145913.2.mp4
1. Cloning the repository:
git clone https://github.com/pritamjoardar/codeEditor.git
2. Installing dependencies:
cd codeEditor
npm install
3. Starting the server:
# Development
npm run dev
# Build
npm run build
# Start
npm run start
The Technology and Tools that are use for
* ReactJs
* HTML
* CSS
* Js