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: 3 months ago
JSON representation
Markdown previewer application to drop down the notes in markdown format
- Host: GitHub
- URL: https://github.com/ttiimmothy/markdown-previewer-application
- Owner: ttiimmothy
- License: gpl-3.0
- Created: 2023-10-10T19:24:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T06:24:27.000Z (over 2 years ago)
- Last Synced: 2025-01-13T07:31:02.581Z (about 1 year ago)
- Topics: react, react-markdown, styled-components, typescript, vite
- Language: TypeScript
- Homepage: https://markdownpreviewerapplication.netlify.app/
- Size: 112 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Markdown Previewer Application
[](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).