This project is a code editor built using React that allows you to write and test code in HTML, CSS, and JavaScript languages. With a live preview feature, you can see the real-time output of your code as you make changes. This code editor is built with a focus on simplicity, usability, and efficient code execution.
- Support for HTML, CSS, and JavaScript languages.
- Real-time preview of the code output.
- Syntax highlighting for improved code readability.
- Code formatting for cleaner code structure.
- User-friendly interface for ease of use.
To run this code editor locally on your machine, make sure you have Node.js installed. If not, you can download it from here.
-
Clone the repository:
git clone https://github.com/mn1k/react-based-code-editor -
Navigate to the project directory:
cd react-based-code-editor -
Install the dependencies:
npm install -
Start the development server:
npm start -
Open your browser and visit
http://localhost:3000to access the code editor.
Explore and experiment with the code editor to write and test your HTML, CSS, and JavaScript code with live preview functionality.
