List Maker is a fun side project written in Ember. It utilizes the EmberFire and Torii addons to authenticate (so far, only using Facebook) and store data via the Firebase service.
Anonymous users can browse and read lists. Authenticated uses can start new lists and add items to any list. List items consist of a title and an optional description and image. Users are only allowed to edit and delete lists and items that they have contributed.
Rough patches:
- Input validation
- Error handling
- Error feedback
- UI in general
Features still to come:
- User's view of their contributed lists and list items
- User voting/liking for lists and items
- List and item ranking
- More authentication platform options
- Social media sharing options