A simple and efficient React-based web application that allows users to write Markdown text and see the rendered HTML preview in real-time.
- Live Preview: See changes instantly as you type.
- GitHub Flavored Markdown: Supports standard GFM syntax including tables, task lists, and code blocks.
- Responsive Design: Works on desktop and mobile browsers.
- Syntax Highlighting: Built-in support for code snippets.
| Main Interface | Editor View & Rendered Output |
|---|---|
![]() |
![]() |
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/aadhar41/react-markdown-previewer.git
-
Navigate to the project directory:
cd react-markdown-previewer -
Install dependencies:
npm install
-
Start the development server:
npm start
The application will be available at http://localhost:3000.
markdown-preview/
├── public/
│ └── screens/ # Application screenshots
├── src/
│ ├── components/ # React components
│ ├── App.js # Main application logic
│ └── index.js # Entry point
└── README.md
Contributions are welcome! Please read CONTRIBUTING.md for more details.
Distributed under the MIT License. See LICENSE for more information.
Aadhar Gaur
- GitHub: @aadhar41
- LinkedIn: aadhar-gaur-php
- React Markdown for the core rendering logic.
- Built with ❤️ by Aadhar Gaur.

