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 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
- Login and account creation with Meteor
- Create, edit and delete editors
- Online markdown editor
- Real-time markdown viewer
- Share editors with users
- 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