R-Twitter - An Open Source Project

The name of my application is R-Twitter. In my R-Twitter you can use all features that you do in Twitter, like creating a profile, searching another user profile, following whom you want, tweet and so on.

I used some Google images in this application.

Now I will explain my application step-by-step.

Img1.jpg

After Login you will redirect to your profile default page.

img2.jpg

From the top you can edit your profile.

img3.jpg

From the top you can search the profile.

img4.jpg

You can view the detail of any profile by clicking on the image.

img5.jpg

The following is my profile page where you can tweet, see all your followers, see all the users whom you are following, and so on.

img6.jpg

The following is my database table.

img7.jpg

Table # User_Registration.

img8.jpg

Table # Tweet.

img9.jpg

Table # Follow.

img10.jpg

You can find the database in the App_Data folder. To use the database change the connection string in DataBaseClass.cs located in the App_Code folder.

If you have any query then you reach me at [email protected].