https://github.com/sahilatahar/markdown2pdf
An Impressive Markdown to PDF Converter!
https://github.com/sahilatahar/markdown2pdf
codemirror markdown-to-pdf md-to-pdf md2pdf reactjs
Last synced: 3 months ago
JSON representation
An Impressive Markdown to PDF Converter!
- Host: GitHub
- URL: https://github.com/sahilatahar/markdown2pdf
- Owner: sahilatahar
- License: mit
- Created: 2024-01-09T16:31:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T04:35:30.000Z (over 1 year ago)
- Last Synced: 2024-01-14T10:59:34.689Z (over 1 year ago)
- Topics: codemirror, markdown-to-pdf, md-to-pdf, md2pdf, reactjs
- Language: JavaScript
- Homepage: https://markdown2pdfconverter.netlify.app/
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
markdown2pdf
> An Impressive Markdown to PDF Converter!
```diff
- Online Option: Upload resume.md to an unknown server?
+ Try the Offline Web Application instead!
```
## 👨💻 Demo
[]()
Try out the website : [markdown2pdf](https://markdown2pdfconverter.netlify.app)## 👉 How to Use
1. Click the button to select a `.md` file.
2. Edit your content in the left-hand panel.
3. Click the **Convert** button!
4. Choose 'Destination' as **Save as PDF**.
5. **Chrome is recommended for best results**.## 👨🔧 Tech Stack
This project is built with the following technologies:
- [React](https://react.dev/)
- [Vite](https://vitejs.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [UIW React CodeMirror](https://uiwjs.github.io/react-codemirror/)
- [UIW React Markdown Preview](https://github.com/uiwjs/react-markdown-preview)## 🛠️ Installation Steps
1. Fork the repository on GitHub.
2. Clone your forked copy of the project
```bash
git clone https://github.com//markdown2pdf.git
```
3. Change the working directory
```bash
cd markdown2pdf
```
4. Install dependencies
```bash
npm install
```
5. Run the app
```bash
npm run dev
```
## About Me
- Github: [@sahilatahar](https://github.com/sahilatahar)
- Project: markdown2pdf (Markdown to PDF Converter)## LICENSE
This project is licensed under the [MIT License](LICENSE).