file-converter--md-html
This project aims to : Provide a Markdown to HTML and vice-versa converter, capable of accessing/providing inputs/outputs locally and globally over the internet.
Created on 24th February 2024
•
file-converter--md-html
This project aims to : Provide a Markdown to HTML and vice-versa converter, capable of accessing/providing inputs/outputs locally and globally over the internet.
The problem file-converter--md-html solves
- Many times we as developers require to convert Markdown to HTML and vice-versa, but what if we could do remotely/locally within a few click, its awesome.
- Developers can use it to give input remotely over the internet and get result/response as well.
- Its simple to install, you can either use
npm
git clone url-here
to setup locally and use it. - Not only this, you can use :
npx file-converter--md-html
, command to temporarily use the converter running locally on localhost:3000, without actually installing the package into your repo. - I mentioned remote access, here's how you can access it remotely, mentioned in readme.md, via cloudflared.
Challenges I ran into
Publishing my first package was a good and exciting experience, faced several challenges as to how to make it executable with npx package-name command, or how to update version of package.
Problems:
- Didn't knew about fetch api properly, learned it.
- Didn't knew about DOM manipulation properly, learned it.
- Faced difficulty because of system I'm using (wsl2), worked around it.
- Learned how awesome and crucial is package.json for any node project.
and a few more minor problems, but result was pretty satisfying.
Tracks Applied (1)
Replit
Replit
Technologies used
Discussion
Builders also viewed
See more projects on Devfolio
