Create a Twitter Clone
Challenge #3
Difficulty : ★ ★ ☆ ☆ ☆
challenge may vary depending on what (if any framework) you choose to use for this one. Create a basic clone of the twitter service, requirements are as follows:
- An authentication system
- Ability to post a 140 character message
- Ability to follow people and see their statuses in chronological order.
- Ability to see how many users are are following, and how many are following you.
This is a great one for learning a new web technology. give it a shot. And if you come up with a cool approach to it, post it on Github and let us see your solutions!