Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colbycheeze/meteor-learning
Projects for learning Meteor.js
https://github.com/colbycheeze/meteor-learning
Last synced: about 1 month ago
JSON representation
Projects for learning Meteor.js
- Host: GitHub
- URL: https://github.com/colbycheeze/meteor-learning
- Owner: colbycheeze
- Created: 2015-03-12T02:03:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T18:03:42.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T00:16:37.443Z (almost 2 years ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects created to learn Meteor.js
## Projects
- [Microscope](https://github.com/colbycheeze/meteor-learning/tree/master/microscope) - A social site for posting articles. Custom logins, commenting, and upvotes
- [Iron Todos](https://github.com/colbycheeze/meteor-learning/tree/master/iron-todos) - A social todos app with OAuth logins and commenting
- [Todos Woohoo](https://github.com/colbycheeze/meteor-learning/tree/master/todos) - My first Meteor app, a basic todos## Resources used:
- [Learn Meteor.js Properly](http://javascriptissexy.com/learn-meteor-js-properly/)
- [Discover Meteor](http://discovermeteor.com)
- [Evented Mind](http://eventedmind.com)
- [Meteor Tips](http://meteortips.com)
- [Meteor Manual](http://manual.meteor.com)
- [Meteor Docs](http://docs.meteor.com)