shubhanshu24510 / SocialClone

A platform that users can use for their social media stuff - like posting, messaging and connecting with friends easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

π™Žπ™€π™˜π™žπ™–π™‘ π™ˆπ™šπ™™π™žπ™– π˜Ύπ™‘π™€π™£π™š 𝘼π™₯π™₯

πŸ“² Overview

A platform that users can use for their social media stuff - like posting, messaging and connecting with friends easily.

πŸ“· Previews

1 2

License API Build Status

πŸš€ Key Features:

  • Responsive UI
  • Native Android App
  • Material Design Components
  • Comprehensive Search -Auth Features Login and Sign Up -Channel Home -Chat Message Stuff
  • Like and Comment Features -Search friends Stuff
  • Navigation Rail for Foldable Devices -Post picture features
  • Library
  • Shimmer Loading Screen -Channel Details Screen -Connecting with Friends Features Like Follow and Following -Edit Profile Features
  • Top Categories

Languages, libraries and tools used

The overall architecture is composed of two layers; UI Layer and the data layer. Each layer has dedicated components and they each have different responsibilities. The arrow means the component has a dependency on the target component following its direction.

Architecture Overview

layer

Each layer has different responsibilities below. Basically, they follow unidirectional event/data flow.

UI Layer

layer

The UI Layer consists of UI elements like buttons, menus, tabs that could interact with users and ViewModel that holds app states and restores data when configuration changes.

Data Layer

layer

The data Layer consists of repositories, which include business logic, such as querying data from the local database and requesting remote data from the network. It is implemented as an offline-first source of business logic and follows the single source of truth principle.

πŸ’― MAD Score

summary

About

A platform that users can use for their social media stuff - like posting, messaging and connecting with friends easily.


Languages

Language:Kotlin 100.0%