📱 📷 StoryShare is a React Native project, inspired by Instagram, featuring photo uploads, likes, comments, and profile management.
- Photo Uploads: Share your moments by uploading photos.
- Likes and Comments: Engage with posts by liking and leaving comments.
- Profile Management: Customize your profile and keep track of your activity.
- React Native: Building cross-platform mobile apps.
- AWS S3: Persisting photo uploads.
- NodeAuthApp:(https://github.com/sasithota/NodeAuthApp) Managing User logins and registrations.
Follow these steps to set up and run the project locally:
- Node.js and npm installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/InstaCloneRN.git
-
Navigate to the project directory:
cd InstaCloneRN -
Install dependencies:
npm install
-
Set up NodeAuthApp:
- Configure NodeAuthApp.
-
Run the app:
npx react-native run-android # for Android
npx react-native run-ios # for iOS