Skip to content

dhiashalabi/tweetero

Repository files navigation

Tweetero

Tweetero is a simple clone of the Twitter app, built using React and Vite. It aims to mimic the core functionality of Twitter, allowing users to post tweets, interact with other users, and experience a fast, smooth interface.

Features

  • Post tweets with a character limit
  • Display a feed of tweets from users
  • Like and comment on tweets
  • Responsive design for both desktop and mobile views
  • Light and fast performance with Vite

Tech Stack

  • Frontend: React, JavaScript, HTML, CSS
  • Build Tool: Vite
  • Styling: CSS modules / styled-components (or the styling method you used)
  • State Management: React hooks (or mention any library used like Redux)

Installation

  1. Clone the repository:

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

    cd tweetero
  3. Install dependencies:

     npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and go to http://localhost:3000 to view the app.

Contributing

Feel free to fork the repository and submit pull requests. All contributions are welcome!

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published