Build a simple Markdown editor using Node.js, Express and react
Building a simple Markdown editor involves creating a backend using Node.js and Express to handle API requests, and a frontend using React for the user interface. Here's a basic outline to get you started:
What is a markdown editor?
A Markdown editor...
revivecoding.hashnode.dev3 min read