Skip to content

Django Twitter Clone with all user functionalities.

License

Notifications You must be signed in to change notification settings

Devesh475/TweetMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-clone-django

Twitter is a 'microblogging' system that allows you to send and receive short posts called tweets. Tweets can be up to 140 characters long and can include links to relevant websites and resources. Twitter users follow other users.

Blog site Demo

  • User can signUp, login, update password and delete account.
  • User can create tweet, retweet, like and comment on a tweet.
  • Search users with their username.
  • Update user profile and trends section.
  • Follow and Unfollow functionlaity, who to follow section.

TECHNOLOGY USED :

  • FRONT END : HTML , CSS, Bootstrap.
  • BACK END : DJANGO FRAMEWORK
  • DATABASE USED : SQL LITE

How to use?