Skip to content

theeeep/thread_clone

Repository files navigation

Threads Clone - Flutter App

Overview

This project is a clone of the popular Threads app, built using Flutter for the frontend, Supabase for the backend, and GetX for state management. The app aims to replicate the core functionalities of the original Threads app, providing a seamless user experience.

Features

  • User Authentication: Sign up, log in, and log out functionalities.
  • Post Creation: Users can create and publish new posts.
  • Post Interaction: Like, comment, and share posts.
  • Profile Management: Users can view and edit their profiles.

Technologies Used

  • Flutter: For building the cross-platform mobile application.
  • Supabase: For the backend services, including authentication, database, and real-time subscriptions.
  • GetX: For state management, ensuring a smooth and reactive user experience.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/theeeep/thread_clone.git
    cd thread_clone
    
  2. Install dependencies:

    flutter pub get
    
  3. Configure Supabase:

    • Create a new project in Supabase.

    • Copy your Supabase URL and Anon Key.

    • Create a .env file in the root of your project and add the following:

      SUPABASE_URL=your-supabase-url
      SUPABASE_ANON_KEY=your-supabase-anon-key
      
  4. Run the app:

        flutter run
    
    

Preview

Screen Recording May 31

Screenshot 2024-05-31 at 2 58 14 PM Screenshot 2024-05-31 at 2 58 23 PM

Screenshot 2024-05-31 at 3 01 36 PM Screenshot 2024-05-31 at 3 01 31 PM

Screenshot 2024-05-31 at 3 02 40 PM Screenshot 2024-05-31 at 3 02 53 PM

Project Structure

.
├── README.md
├── analysis_options.yaml
├── android
├── assets
│   ├── icons
│   └── images
├── build
├── lib
│   ├── core
│   ├── features
│   ├── routes
│   └── main.dart
├── pubspec.lock
├── pubspec.yaml
├── test
│   └── widget_test.dart
└── thread_clone.iml

License

This project is licensed under the MIT License. See the LICENSE file for details.