https://github.com/anantzoid/lister
Create and share lists
https://github.com/anantzoid/lister
Last synced: 4 months ago
JSON representation
Create and share lists
- Host: GitHub
- URL: https://github.com/anantzoid/lister
- Owner: anantzoid
- Created: 2015-06-27T12:32:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T18:22:08.000Z (almost 11 years ago)
- Last Synced: 2025-06-28T08:55:56.180Z (12 months ago)
- Language: ApacheConf
- Homepage: https://burning-fire-3132.firebaseapp.com/#/
- Size: 223 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lister
This project was an initiative to get my hands dirty with AngularJS, Yeoman, Firebase while I was sitting around with a fractured elbow.
Currently it supports the following functionalities:
* Make lists (todo/reading/or whatever list) and store them.
* Log in to save the lists and access from anywhere.
* Share a copy of your list with anyone.
* Save a shared list to your account.
## Install Instructions
`cd` into the cloned directory and run:
`npm install`
`bower insall`
Do install [bower] and [npm] if you do not have them.
Create a [firebase] account and include your app link in *scripts/config.js*
## Build & development
Run `grunt` for building and `grunt serve` for preview.
[npm]: https://www.npmjs.com
[bower]: http://bower.io
[firebase]: https://firebase.com