#Fritter
##About
Fritter mimics the basic functionality of Twitter. Similar to Twitter, users can post "freets" or messages, follower / unfollow other users and see the freets of the users they are following. Users receive an email when they sign up, when they are being followed, and when another user mentions them in a freet.
##So, what's under the hood?
Thanks for asking! Fritter is an Angular on Rails app, which means I constructed an API using Ruby on Rails which is consumed by AngularJS. I used Bower to handle front-end dependencies including AngularJS, AngularDevise for user authentication, Bootstrap-Saas, and Moment.js to convert time to a readable format from JavaScript.
##Explore Fritter myfritter.herokuapp.com
##Author Jeff Stringer
##License MIT