alexa-dev-hub / alexa-community-jaipur

Source Code for Alexa Dev Hub Website - Website where we put up blogs related to Alexa Development and much more.
https://alexadevhub.netlify.app/
MIT License
12 stars 15 forks source link

Create a Markdown Editor in ReactJS. #2

Open tarunnsingh opened 4 years ago

tarunnsingh commented 4 years ago

Our client side needs to be much more sophisticated and functional.

We create Alexa Development blogs for the community. As of now member write these blogs in separate markdown files which are then sent via the Node server to the client, and React parses down the MD and shows up a blog. We require a functionality where we can write text in markdown inside the web browser itself and on submitting we get the blog instantly at our backend also.

Open to suggestions

imabp commented 3 years ago

I think I have created something like this earlier here you can check at my GitHub profile https://github.com/imabp , its named as Markdown_Blog in pinned repos

tarunnsingh commented 3 years ago

Great I'll see to it