Markdown Previewer is a simple web application that allows users to easily convert Markdown text into HTML. This tool provides a live preview of the rendered HTML as you type, making it incredibly useful for writing and previewing markdown documents on the fly.
- Live Preview : Instantly see what your markdown will look like in HTML.
- Responsive Design : Works on both desktop and mobile devices.
- Easy to Use : Simple, intuitive interface.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
- Node.js (version 12.0.0 or later)
- Clone the repository to your local machine:
git clone https://github.com/harshilmalhotra/markdown-previewer.git
- Navigate into the project directory:
cd markdown-previewer
- Install the necessary packages:
npm install
- Run the development server:
npm start
# OR
npm run dev
# OR
yarn dev
To use the Markdown Previewer, simply start typing or pasting your markdown into the left-hand text area of the application. The right-hand side will automatically update to display the rendered HTML output of your markdown.
Any contributions you make are greatly appreciated .