Explore three simple templates for multi-user, multi-role, interactive web applications using Meteor, MongoDB, React, Semantic UI, IntelliJ, and GitHub.
Learning Outcomes
Design using Meteor Framework
You understand basic principles of Meteor: collections, publications, reactive variables.
You can develop basic CRUD applications quickly and effectively.
You can implement authentication and authorization.
You can use extensions and templates: Semantic UI, React Router, meteor-application-template-react.
Competent with elementary Javascript
You can use basic Javascript constructs: variables, functions, conditionals, loops, arrays, objects.
You can implement object orientation using the ES6 class construct.
You can use the Underscore library to program in a functional manner.