React Markdown Previewer:

This is a Markdown Previewer built with React. It allows users to enter markdown text and instantly see the result rendered as HTML

Screenshot 2023-06-08 at 10 39 13 AM

Features

  • Write markdown text in the editor.
  • Instantly see the markdown rendered as HTML in the previewer.
  • Supports GitHub flavored markdown.
  • Expanding editor for more writing space.

Technologies Used

  • React
  • Styled-components
  • React Markdown

Installation and Setup

  1. Clone the repository: https://github.com/TimurAkhtemov/markdown-previewer.git
  2. Navigate to the project directory and install the dependencies: cd markdown-previewer npm install
  3. Start the development server: npm start
  4. Open your browser and go to http://localhost:3000, you should see the app running.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

Timur Akhtemov https://github.com/TimurAkhtemov