Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 908 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 908 Bytes

Markdown Parser

Live Preview

Live preview

Features

  • Real-Time Preview: See your changes instantly as you type.
  • Synchronized Scrolling: Keep your editing and preview panes in sync.
  • User-Friendly Interface: Intuitive design for a seamless editing experience.
  • Local Storage Saving: Your work is automatically saved in local storage to prevent data loss.
  • Extended Markdown Support:
    • Headings (H1 - H6)
    • Bold and Italic Text
    • Strikethrough
    • Blockquotes
    • Inline Code
    • Horizontal Rules
    • Highlighted Text
    • Links and Images
    • Unordered (Bullet) Lists

Project Preview

Project Preview

Technologies

  • React
  • Tailwind

Getting Started

To run the project, ensure you have npm version 18 or higher installed. Then, execute the following commands:

npm install
npm run dev