https://github.com/abdulhaseb9/markdown_editor
https://github.com/abdulhaseb9/markdown_editor
codeeditor markdown markdown-editor markdown-to-html project react reactjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abdulhaseb9/markdown_editor
- Owner: AbdulHaseb9
- Created: 2024-06-02T09:51:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T11:54:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T23:21:51.100Z (12 months ago)
- Topics: codeeditor, markdown, markdown-editor, markdown-to-html, project, react, reactjs
- Language: JavaScript
- Homepage: https://hsmarkdowneditor.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```