Editor
Preview

📖 README Reader

Welcome to the README Reader — a split-screen Markdown editor with live preview.

✨ Features

  • ✅ Real-time Markdown rendering
  • ✅ Draggable resizable divider
  • ✅ GitHub-flavored Markdown support
  • ✅ Dark theme that matches the portfolio

🚀 Getting Started

Paste your README.md content in the editor on the left, and see it rendered instantly on the right.

Code Example

def hello_world():
    print("Hello from README Reader!")

hello_world()

Inline Code

Use npm install to install dependencies.

📋 Table Example

FeatureStatus
Live Preview
GFM Support
Resizable
Dark Theme

🔗 Links

📝 Task List

  • Build the editor
  • Add live preview
  • Make it beautiful
  • Ship it!

Tip: Drag the divider between the panels to resize them!


Built with ❤️ using React, Next.js, and react-markdown.