DEV Community

Seif Ahmed
Seif Ahmed

Posted on

I made a gift for you: A clean, lightweight Markdown Previewer

Demo

You seem so tired, deep in thought,
With every question and answer you brought.
So as a gift to ease your view,
I built a markdown previewer for you.

A Little Rest for Your Code

  • Crisp headers shine so bright and clear,
  • Soft lists and tables now appear,
  • No walls of text to strain your mind,
  • Just tidy code left far behind.
  • Then shouldn't you come here and never hide?
Before After
Bad design Clean design
Weary Look Refreshed view

So take a break and watch it glow,
And let your mind rest and slow.

Give it a try: https://github.com/Hfs2024/Markdown-Previewer.

Top comments (9)

Collapse
 
wrobeltomasz profile image
Tomasz

That's a cool idea. Could you post a short video on GitHub so we can check it out without having to install anything?

Collapse
 
codemaster_121482 profile image
Seif Ahmed

Sure, Tomasz!

Collapse
 
codemaster_121482 profile image
Seif Ahmed

If the link didn't work for you, you would find it on GitHub too.

Thread Thread
 
codemaster_121482 profile image
Seif Ahmed

File name: demo.mp4
Location: Directly in the root

Thread Thread
 
codemaster_121482 profile image
Seif Ahmed • Edited

I updated the post to include the demo section too.

Collapse
 
hoseinmdev profile image
Hosein Mahmoudi

Such a creative way to introduce a tool! Loved the poem. What stack did you use to build it?

Collapse
 
codemaster_121482 profile image
Seif Ahmed • Edited

Thanks! 😁 I used HTML, CSS, and NanoScript (my own modern, lightweight alternative to jQuery which uses JavaScript) for the frontend, and Node.js with MongoDB for the backend.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.