Skip to content

cbh6/meteor-markdown-online

Repository files navigation

meteor-markdown-online

Final project of Stephen Grider's meteor course. Udemy

https://www.udemy.com/meteor-react-tutorial/learn/v4/overview

Stephen Grider project repo https://github.com/StephenGrider/MeteorCasts/tree/master/markbin

Markdown logo

Markdown Online is a real-time markdown editor. You can create your own editors and share it with others to edit online.

Deployed in heroku with free mlab plan as mongo database https://markdown-online.herokuapp.com

Demo

Features

  • Login and account creation with Meteor
  • Create, edit and delete editors
  • Online markdown editor
  • Real-time markdown viewer
  • Share editors with users

Packages

  • React 16+
  • Meteor 1.6.1.1
  • Eslint with airbnb style guide
  • Bert. Meteor package for beautiful notifications
  • React Semantic Ui as css component framework. Link to docu
  • React Codemirror 2 for markdown editors. Link to github repo