Write and preview Markdown in real-time with this user-friendly ReactJS app.
- Live Preview: See Markdown rendering as you type.
- User-Friendly Interface: Split-screen layout for an intuitive experience.
- Markdown Syntax Support: Format text easily.
- ReactJS
- TypeScript
- react-markdown
- Tainwind and Aceternity UI
- Open eznote.vercel.app in your browser.
- Write Markdown on the left, view the preview on the right.
-
Headers:
# Heading 1 ## Heading 2
-
Emphasis (italic):
*italic* or _italic_
-
Strong emphasis (bold):
**bold** or __bold__
-
Lists:
- Unordered list:
- Item 1 - Item 2 - Item 3
- Images:
![Alt text](URL)