This is a Markdown Previewer built with React. It allows users to enter markdown text and instantly see the result rendered as HTML
- 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.
- React
- Styled-components
- React Markdown
- Clone the repository: https://github.com/TimurAkhtemov/markdown-previewer.git
- Navigate to the project directory and install the dependencies: cd markdown-previewer npm install
- Start the development server: npm start
- Open your browser and go to
http://localhost:3000
, you should see the app running.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Timur Akhtemov https://github.com/TimurAkhtemov