A simple and powerful Markdown editor built with React.
- Live Preview: See the rendered HTML as you type.
- Syntax Highlighting: Color-coded Markdown syntax for easier editing.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- Customizable: Easily modify and extend the functionality.
Check out the live demo here.
To get started with the Markdown Editor, follow these steps:
-
Clone the repository:
git clone https://github.com/kavyaballa1020/Markdown-Editor-React.git cd markdown-editor
-
Install dependencies:
npm install
-
Start the development server:
npm start
The application will be available at
http://localhost:3000
.
Once the application is running, you can start typing your Markdown content on the left pane, and the live preview will be displayed on the right pane.
Here are some useful scripts you can run:
npm start
: Starts the development server.npm run build
: Builds the application for production.npm test
: Runs the test suite.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or feedback, please reach out to me at [[email protected]].