You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented twitter clone using PHP on Laravel framework. The user can register their account on the web application. The features include adding a friend, accepting the friend requests, following and following back.
The project involves creating a Twitter sidebar clone, which is a challenging and rewarding task. It includes defining the layout, creating HTML structure, applying CSS styling for visual appearance, adding interactivity with JavaScript, integrating it into a Twitter clone, and thoroughly testing for functionality and responsiveness.
This project is a fully responsive clone of the Twitter user interface, built using Tailwind CSS and Node.js. It replicates the core layout and design of Twitter, featuring modern UI elements and interactive components. The project showcases advanced front-end development techniques with a focus on clean, modular, and responsive design practices.
This is a Twitter Clone made by @MDAsif-Khan. In this twitter clone, I've used HTML, CSS & JS to make it. You can visit the live demo of this project by clicking the link below. 😊 #StayWell
Implemented a Twitter server engine using suave framework which provides support for both Websockets and Http and performed REST operations like GET and POST. The server engine uses an actor to push the live feeds to the online users through websockets. Implemented a simple client - UI in the browser, using HTML and JavaScript which invokes conn…
Twitter redesign project where users can post their opinions. Users can like and dislike others' opinions from their timelines. Logged-in users can follow and unfollow other users, and they can edit their profile.