Deploy Link - https://react-code-editor.surge.sh/
This is a code editor project built with React.js, utilizing the CodeMirror and CodeMirror 2 packages. It provides a user-friendly interface for writing and editing HTML, CSS, and JavaScript code in real-time.
To use the code editor project locally, follow these steps:- Clone the repository: git clone https://github.com/saksham-raghuvanshi/code-editor.git
- Navigate to the project directory: cd code-editor
- Install dependencies: npm install
- Start the development server: npm start
- Open your web browser and go to http://localhost:3000 to see the code editor in action.
- React.js: A JavaScript library for building user interfaces.
- CodeMirror: A versatile text editor implemented in JavaScript for browser-based code editing.
- CodeMirror 2: An updated version of CodeMirror that offers enhanced features and improvements.
- You can find the complete list of dependencies in the package.json file.
Please ensure that your code adheres to the existing coding style and that you include appropriate tests.