To visit the twitter clone click here
• Login , registration and post updates.
• See the post of the users he/she is following.
• Follow and unfollow users.
• Search the user on the basis of username or post. And it is not complete text based search, partial matching words are also given as suggestions.
• Can create group chat and individual chat in real time.
• Can retweet, like and reply to the post
• User will be able to see his/her own post, tweets replies in profile page
• User will be able to update his/her profile and cover photo
• Real time notifications badge and popup in the notificaton page
• Clone the repository
• In database.js in line 16 write your mongo_atlas or local url
• Install the node modules me running $npm install on the terminal
• Type nodemon server/ node server and the server will start at localhost:3003 or any other port if 3003 is busy
• Move to the desired localhost port in the browser and you are good to go!