Skip to content

tsahil01/Markdown-writer

Repository files navigation

Markdown Writer App

Write and preview Markdown in real-time with this user-friendly ReactJS app.

Features

  • Live Preview: See Markdown rendering as you type.
  • User-Friendly Interface: Split-screen layout for an intuitive experience.
  • Markdown Syntax Support: Format text easily.

Technologies

  • ReactJS
  • TypeScript
  • react-markdown
  • Tainwind and Aceternity UI

Usage

  1. Open eznote.vercel.app in your browser.
  2. Write Markdown on the left, view the preview on the right.

Some Markdown syntax -

  1. Headers:

    # Heading 1
    ## Heading 2
  2. Emphasis (italic):

    *italic* or _italic_
    
  3. Strong emphasis (bold):

    **bold** or __bold__
    
  4. Lists:

  • Unordered list:
    - Item 1
    - Item 2
    - Item 3
    
  1. Images:
    ![Alt text](URL)