Skip to content

Ebrahim-a/Markdown-HTML-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to HTML Converter

A modern, React-based web application for converting Markdown files to clean, styled HTML with live preview and export features.

Screenshot

✨ Features

  • Live Markdown Editing: See your Markdown rendered as HTML in real time.
  • Download as HTML: Export your rendered HTML with a single click.
  • Modern, Clean UI: Responsive and attractive design for a great user experience.
  • Syntax Highlighting: Code blocks are styled for readability.
  • No Backend Required: Runs entirely in your browser.

🚀 Getting Started

Prerequisites

  • Node.js (v14 or newer recommended)
  • npm (comes with Node.js)

Installation

# Clone the repository

# Install dependencies
npm install

Running Locally

npm start

Visit http://localhost:3000 to use the app.

📝 Usage

  1. Paste or write your Markdown in the left editor.
  2. See the HTML render live on the right.
  3. Click Download HTML to export your work.

📦 Building for Production

npm run build

The production-ready files will be in the build/ directory.

📄 Example Markdown

# Hello World!

This is a **Markdown** example.

- Live preview
- Download HTML

```js
console.log('Hello, Markdown!');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published