/twitter_clone

A practice web app cloning the functionality of Twitter, built in Epicodus coding bootcamp. In progress.

Primary LanguageRuby

Twitter clone

  • DONE Start off with user signups. When somebody signs up, send them a welcome email.
  • DONE Then, let users post tweets.
  • If another user's handle is mentioned in the tweet, send that user a notification email.
  • DONE Now, let users follow each other. Of course, notify somebody by email if when they are followed. Add pages showing who a user follows, and who follows them.
  • Let users upload photos in their tweets.
  • Add pagination, or the splitting up of a big list into several pages, to your index views, using Kaminari.
  • Create a preferences page where users can opt out of different notifications.