A clone of twitter using rails. Site has authentication, authorization and user roles to allow for CRUD of own posts but not other users. The app makes use of BULMA CSS for styling and DEVISE gem for user roles and authentication.
Functionality:
- CRUD of posts
- Signin/up, logout, account creation, password resets, error handling, flash messages
- user roles, can only edit own posts
- can only post once signed in
- UI changes based on signedin/out
TODO:
- Incorporate user follows, likes and post view counts.
- Create a working trend section to show users' posts that have a lot of likes.
- testing
- gravatar images instead of stock images
GEMS:
- Devise
- Bulma
- Gravatar
- Better-errors
- Guard
- Guard-livereload
Screen Shots: