myTwitter is simple Twitter-similar web application. It's functionalities are:
- Users:
- creating and deleting account
- adding and updating info about yourself
- Tweets:
- every User can create limitless number of tweets
- max tweet length is 140 characters
- Comments:
- every User can comment tweet
- max comment length is 60 characters
- Messages:
- every User can send a message to another User (but not himself)
The application is written in object oriented PHP and is using MySQL DB.