Skip to content

ShivangSrivastava/code-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Editor

This is a simple code editor built with React that allows you to write and preview HTML, CSS, and JavaScript code in real-time.

Getting Started

To get started with this project, you can clone the repository and run it on your local machine. After cloning the repository, navigate to the project directory and run the following command to install the necessary dependencies:

Copy code

npm install

To start the development server, run the following command:

npm start

This will start the app in development mode and open http://localhost:3000 in your browser. The page will reload automatically when you make changes.

Usage

The code editor consists of three text areas for HTML, CSS, and JavaScript code respectively, and an output area that displays the preview of the code.

To use the code editor, simply type your HTML, CSS, and JavaScript code into the corresponding text areas. The preview of your code will be displayed in real-time in the output area.

You can also run your code by clicking the "Run" button. This will update the output area with the latest version of your code.

Contributing

If you find any issues with this code editor, please feel free to open an issue in the issue tracker.

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published