Git Product home page Git Product logo

thread_clone's Introduction

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.

thread_clone's People

Contributors

theeeep avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.