DIRECTORY STRUCTURE

The image below shows how the folders in the app are structured..

auth

The "auth" folder holds are the authentication related screens such as:- login, sign up, etc.

chat

The "chat" folder holds are the messaging related screens such as:- recent chats and conversations.

Intro

The "intro" folder holds the related code for the onboard screen

Posts

The "posts" folder contains all the codes relating to posts made by the user.

Profile

The "profile" folder contains all the piece of code in the profile screen

Screen

The "screen" folder contains the code to the major screens in the app such as:- newsfeed, explore, notification, trips etc.

trips

The "trips"folder holds the entire trips screen code

utils

The "utils" folder contains all the utilities used for the development of the project

widgets

The "widget" folder holds the code for some of the widgets used in the app to reduce cumbersome codes.

Last updated