Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdulhaseb9/markdown_editor


https://github.com/abdulhaseb9/markdown_editor

codeeditor markdown markdown-editor markdown-to-html project react reactjs

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Markdown Editor

Welcome to the Markdown Editor GitHub repository! This project is a lightweight, user-friendly markdown editor designed to provide a seamless writing experience for developers, writers, and anyone who needs to create markdown documents.

## Features

- **Real-time Preview :** See the rendered markdown side-by-side with your code.
- **Live HTML Preview :** Instant preview of how your markdown will look as HTML.

## Installation

To get started with the Markdown Editor, follow these steps:

1. #### Clone the repository:
```
git clone https://github.com/AbdulHaseb9/markdown_editor
```
2. #### Navigate to the project directory:
```
cd markdown_editor
```
3. #### Install dependencies:
```
npm install
```
4. #### Start the application:
```
npm run dev
```