Skip to content

Twitter Clone is a responsive social media application replicating the interface of Twitter. Built with HTML, CSS (Tailwind CSS), and SVG icons (Google Material Symbols), it offers key functionalities such as posting, following, and trending topics. Explore the live demo on GitHub Pages to experience the familiar Twitter environment.

Notifications You must be signed in to change notification settings

surajkumar345678/Twitter-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone

Overview

This project is a Twitter clone, designed to replicate the user interface and experience of the popular social media platform Twitter. It features a responsive layout, dark theme, and key functionalities such as posting, following, and trending topics.

Screenshots

Insert screenshots of the application here to provide a visual overview.

Screenshot 1:

Screenshot (22)

Screenshot 2:

Screenshot (23)

Live Demo

Check out the live demo hosted on GitHub Pages: Twitter Clone Demo

Technologies Used

  • HTML: Structuring the web page.
  • CSS (Tailwind CSS): Styling the application with a utility-first CSS framework.
  • SVG Icons (Google Material Symbols and Icons): Utilizing vector icons for a clean and modern design.

How to Contribute

Prerequisites

Make sure you have the following installed:

  • Node.js (for working with Tailwind CSS)

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/twitter-clone.git
    
  2. Navigate to the project directory:

    cd twitter-clone
    
  3. Install dependencies:

    npm install

Development

  1. Make your changes or enhancement.

  2. Compile Tailwind CSS:

    npm run build
    
  3. Test your changes locally.

Contribution Guidelines

  1. Fork the repository.

  2. Create a new branch for your featuring or bug fix.

    git checkout -b feature-or-bug-fix
    
  3. Make your changes and commit them.

    git commit -m "Your descriptive commit message"
    
  4. Push your changes to your fork.

    git push origin feature-or-bug-fix
    
  5. Open a pull request on the main repository.

License

This project is not licensed under the MIT License. Feel Free to contribute and share!

About

Twitter Clone is a responsive social media application replicating the interface of Twitter. Built with HTML, CSS (Tailwind CSS), and SVG icons (Google Material Symbols), it offers key functionalities such as posting, following, and trending topics. Explore the live demo on GitHub Pages to experience the familiar Twitter environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published