Skip to content

Markdown to HTML converter that transforms Markdown text into formatted HTML. Built with HTML, Tailwind CSS, and JavaScript for the frontend, and Node.js with Express for handling conversion on the backend. Handlebars (HBS) is used for rendering the converted HTML.

Notifications You must be signed in to change notification settings

Amalkrishnanvp/Markdown-to-Html-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to Html Converter

This project aims to convert given markdown content into HTML content

Features

  • Markdown to HTML conversion: Converts given markdown to HTML using "marked" library
  • Adaptive Design: This project is adaptive in different devices by implementing responsiveness using tailwindcss
  • Handlebars Templates: Provide html pages using handlebars

Technologies used

  • Front-End:

    • HTML
    • CSS with Tailwind CSS
    • JavaScript
  • Back-End:

    • Node.js with Express
    • Handlebars
  • Additional Tools:

    • Version Control: Git and GitHub

Installation

Essentials

Steps

  1. Clone the repository

    git clone https://github.com/Amalkrishnanvp/Markdown-to-Html-Converter.git
  2. Navigate to the project directory

    cd "Image Gallery"
  3. Install dependencies

    npm install
  4. Run the project

    node app.js
  5. Open in browser

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Contact

For any questions, contact Amalkrishnanvp17@gmail.com

About

Markdown to HTML converter that transforms Markdown text into formatted HTML. Built with HTML, Tailwind CSS, and JavaScript for the frontend, and Node.js with Express for handling conversion on the backend. Handlebars (HBS) is used for rendering the converted HTML.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published