This project is a simple clone of the Twitter homepage UI, built using only HTML and CSS. It replicates the core structure and layout of Twitter's interface, including the sidebar navigation, feed section, trending panel, and tweet layout β designed to practice responsive front-end design.
- β Responsive layout for various screen sizes
- β Left sidebar with navigation icons and profile section
- β Main feed area with tweet box and sample tweets
- β Right-side panel for trends, suggestions, or topics
- β Clean design inspired by Twitter's current UI
- β Hover effects and modern styling
- HTML5
- CSS3 (Flexbox & Grid)
- Download or clone this repository.
- Open
index.htmlin your browser.
- Practice building static responsive layouts
- Use Flexbox and Grid for multi-column page design
- Recreate modern UI components using pure HTML & CSS
- twitter-clone/ βββ twitter.html βββ style.css βββ content.css βββ general.css βββ header.css βββ left_sidebar.css βββ right_sidebar.css βββ images/ βββ icons/ βββ README.md
This is a static front-end project for educational purposes. It does not include any backend, authentication, or real-time functionality.