Skip to content

Epicodus Week 9 Day 2 - Twitter clone with rails, first day using email functionality

Notifications You must be signed in to change notification settings

robinheinze/twitter_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter clone

For today's project, let's make a clone of Twitter.

[+] Start off with user signups. When somebody signs up, send them a welcome email.

[+] Then, let users post tweets. If another user's handle is mentioned in the tweet, send that user a notification email.

[+] Now, let users follow each other.

Add pages showing who a user follows, and who follows them.

Notify somebody by email if when they are followed.

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.

About

Epicodus Week 9 Day 2 - Twitter clone with rails, first day using email functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published