dethos / rapido

A simple app to make public and shareable todos using meteor.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rapido

This is a simple app i made while was learning the basic principles of meteor.js.

It uses Ink Framework for front end ( found in public/css, public/js and /public/font) and javascript-MD5 lib for hash creation.

See it in action here.

Running localy

Remove this packages from your meteor app:

  • autopublish, insecure

Add this ones:

  • coffeescript, backbone, accounts-ui, accounts-password

Install Meteorite and add persona and router packages:

mrt add accounts-persona router

Reporting bugs

... or code improvements. Use github issues.

About

A simple app to make public and shareable todos using meteor.js.


Languages

Language:CoffeeScript 75.1%Language:JavaScript 24.9%