Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ttiimmothy/markdown-previewer-application

Markdown previewer application to drop down the notes in markdown format
https://github.com/ttiimmothy/markdown-previewer-application

react react-markdown styled-components typescript vite

Last synced: 5 days ago
JSON representation

Markdown previewer application to drop down the notes in markdown format

Awesome Lists containing this project

README

        

# Markdown Previewer Application
[![ci](https://github.com/ttiimmothy/markdown-previewer-application/actions/workflows/ci.yml/badge.svg)](https://github.com/ttiimmothy/markdown-previewer-application/actions/workflows/ci.yml)

A markdown previewer application uses `Typescript`, `React.js` amd `Vite`. It uses `Styled Components` for simplifying CSS usage.

## 🎯 Features

- markdown guide
- markdown input
- markdown output

## 🖥 Prerequisites

- Node.js (version 12.0 or above)
- npm (which comes with Node.js) or Yarn (version 1.22.0 or above)

## 🔧 Usage
### Build and Run

```TypeScript
npm i
npm run dev
```

## License

Markdown Preview Application is licensed under [GNU General Public License v3.0](LICENSE).