Skip to content
file-converter--md-html

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

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:

  1. Didn't knew about fetch api properly, learned it.
  2. Didn't knew about DOM manipulation properly, learned it.
  3. Faced difficulty because of system I'm using (wsl2), worked around it.
  4. 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

Like replit my project hosts on web and can be deployed in a few clicks, both have the same spirit of making development...Read More
Replit

Replit

Discussion

Builders also viewed

See more projects on Devfolio