https://github.com/rajatgupta24/md-to-pdf-client
The app allow the user to create a markdown file, then download it as markdown or as PDF.
https://github.com/rajatgupta24/md-to-pdf-client
markdown-editor pdf-generator react typescript
Last synced: 3 months ago
JSON representation
The app allow the user to create a markdown file, then download it as markdown or as PDF.
- Host: GitHub
- URL: https://github.com/rajatgupta24/md-to-pdf-client
- Owner: rajatgupta24
- Created: 2021-04-23T09:14:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T15:59:37.000Z (about 3 years ago)
- Last Synced: 2025-01-22T11:43:04.475Z (5 months ago)
- Topics: markdown-editor, pdf-generator, react, typescript
- Language: TypeScript
- Homepage: https://joyful-praline-6f09ef.netlify.app/
- Size: 744 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown to PDF
Hey everyone, today we're talking about a project that I build over a weekend to help me prepare my assignments fast.
The project is a markdown editor where you can use HTML* as well to create a markdown file like other editors, So what makes this different, well in other editors I've to first write my assignment in markdown then compile it & then I convert it into a PDF.
What the project does is, it simply acts as a markdown editor but you can copy the base64 of markdown* & PDF files & then convert them into files using any tool of your liking.
I've used React & typescript for frontend (*maybe tailwind UI in the future*) & for the backend I've used Nodejs & Express. I've used [base64topdf](https://www.npmjs.com/package/base64topdf) library to perform the conversion of file format.
You can find the code here:
- Client: [https://github.com/rajatgupta24/md-to-pdf-client](https://github.com/rajatgupta24/md-to-pdf-client)
- Server: [https://github.com/rajatgupta24/md-to-pdf-server](https://github.com/rajatgupta24/md-to-pdf-server)*Features currently in progress