Skip to content

Latest commit

 

History

History
73 lines (57 loc) · 2.82 KB

README.md

File metadata and controls

73 lines (57 loc) · 2.82 KB

String Share

String share is a Social Media application that allows users to connect with one another in a clean and interactive user interface. Users can create posts, search for other users, comment/like posts, view other user profiles, and view or edit their own profile.

💻 Technologies

Below are the technologies for the full-stack app (this repo is for the frontend):

  • react-native
  • fastAPI

📷 Pictures

Below are some sample screenshots of the mobile application.

Login/Register Page

login_page register_page

Home Page

home_page comments

Profile Page

profile_page

Search Page

search_page

Create Post Page

post_page post_page post_page

Activity Page

activity_page

Account Page

account_page

Setup Instructions

1. Clone the Repository

git clone https://github.com/DaanyaalTahir/string-share.git

2. Navigate to the Project Folder

cd string-share

3. Install Project Dependencies

npm install

5. Start the Application

npm start