An open API service indexing awesome lists of open source software.

https://github.com/thuyencode/markdown-previewer

Build a Markdown Previewer | freeCodeCamp
https://github.com/thuyencode/markdown-previewer

freecodecamp markdown

Last synced: about 1 month ago
JSON representation

Build a Markdown Previewer | freeCodeCamp

Awesome Lists containing this project

README

          

# Markdown Previewer | A project for freeCodeCamp

[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com) [![Markdown](https://img.shields.io/badge/Markdown_It-000000?style=for-the-badge&logo=markdown&logoColor=white)](https://github.com/markdown-it/markdown-it) [![freeCodeCamp](https://img.shields.io/badge/Built%20for-freeCodeCamp-1f425f.svg?style=for-the-badge&logo=freecodecamp&logoColor=white)](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-markdown-previewer)

[![Markdown Previewer](https://i.ibb.co/ng8PBRX/localhost-2023-10-11-10-33-55.png)](https://ibb.co/M25Bf9z)

The other libraries used for front-end rendering in this project are:

- [markdown-it-ins](https://github.com/markdown-it/markdown-it-ins)
- [markdown-it-abbr](https://github.com/markdown-it/markdown-it-abbr)
- [markdown-it-deflist](https://github.com/markdown-it/markdown-it-deflist)
- [markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji)
- [mdit-plugins](https://github.com/mdit-plugins/mdit-plugins)
- [github-markdown-css](https://github.com/sindresorhus/github-markdown-css)

## How to play with this project

```text
git clone https://github.com/thuyencode/markdown-previewer
cd markdown-previewer
npm i && npm run dev
```

If you want the production build::

```text
npm run build
npm run preview
```