All Projects → shahshubh → SocialApp-React-Native

shahshubh / SocialApp-React-Native

Licence: MIT license
Social Networking mobile app similar to Instagram in React Native.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SocialApp-React-Native

Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-79.75%)
Mutual labels:  social-media, social-network, socket-io
Expo Native Firebase
🔥 Native Firebase Expo App (iOS, Android) Demo for Firestore, Notifications, Analytics, Storage, Messaging, Database 🚨
Stars: ✭ 197 (+149.37%)
Mutual labels:  react-navigation, social-network, expo
DaProfiler
DaProfiler allows you to create a profile on your target based in France only. The particularity of this program is its ability to find the e-mail addresses your target.
Stars: ✭ 58 (-26.58%)
Mutual labels:  instagram, social-media, social-network
Pillar Valley
👾A cross-platform video game built with Expo, three.js, and Firebase! 🎮🕹
Stars: ✭ 242 (+206.33%)
Mutual labels:  react-navigation, social-network, expo
Whizzz-The-ChatApp
Whizzz is a real-time, one-to-one Android chat application made using Firebase, a beautiful user interface, and a push-notification feature.
Stars: ✭ 66 (-16.46%)
Mutual labels:  instagram, social-media, social-network
instagram-api-clone
Instagram RESTful API clone made with Django REST framework
Stars: ✭ 56 (-29.11%)
Mutual labels:  instagram, social-network, instagram-clone
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+392.41%)
Mutual labels:  instagram, social-network, expo
ts-ui
Telar Social Network using Reactjs
Stars: ✭ 35 (-55.7%)
Mutual labels:  social-media, social-network
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (-64.56%)
Mutual labels:  social-network, instagram-clone
socialApp-MERN
Social Networking web app similar to Instagram.
Stars: ✭ 35 (-55.7%)
Mutual labels:  socket-io, socialapp
LinkedIn Scraper
🙋 A Selenium based automated program that scrapes profiles data,stores in CSV,follows them and saves their profile in PDF.
Stars: ✭ 25 (-68.35%)
Mutual labels:  social-media, social-network
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-83.54%)
Mutual labels:  social-media, social-network
driwwwle
The social network for developers. Discover creative websites and build a community.
Stars: ✭ 109 (+37.97%)
Mutual labels:  social-media, social-network
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (-44.3%)
Mutual labels:  react-navigation, expo
react-mobile-social
The React Mobile Social is an open source social app using React Native.
Stars: ✭ 51 (-35.44%)
Mutual labels:  react-navigation, social-network
felfele
Decentralized social application that respects your privacy
Stars: ✭ 30 (-62.03%)
Mutual labels:  social-media, social-network
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (-51.9%)
Mutual labels:  social-media, social-network
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (+55.7%)
Mutual labels:  social-media, social-network
RN-Book-Search
A Book search app using Expo (React Native) and Google Books API
Stars: ✭ 29 (-63.29%)
Mutual labels:  react-navigation, expo
Nallagram
Nallagram is an open source social networking platform where users can share their views on various topics and interact among people in which they create, share, and/or exchange information and ideas in virtual communities and networks.
Stars: ✭ 30 (-62.03%)
Mutual labels:  instagram, social-media
SocialApp-rn

SocialApp-React-Native

Social Networking mobile app similar to Instagram in React Native.
Native mobile application for my SocialApp-MERN (web) project.
Find its Github repo here

Download Apk File from here

Features

  • Authentication using JWT.
  • Forgot password.
  • Edit your profile.
  • Follow / Unfollow users.
  • create / edit / delete posts.
  • create / delete comments.
  • Like / Unlike posts.
  • Personal chat with users.
  • Notifications on new messages.

Demo

Signup Screen      |      Home Screen      |      Profile Screen

User Posts Screen      |      User Stats Screen      |      Find People Screen

User Chats List Screen      |      Chat Screen      |      Comments Screen

Create Post Screen      |      Notification on new message

Run project locally

  • clone this Repository by git clone https://github.com/shahshubh/SocialApp-React-Native.git.
  • Change directory cd SocialApp-React-Native
  • Make sure you have expo-cli installed. If not run npm install -g expo-cli
  • Install the dependencies using npm install
  • create new file env.js in root directory and add
    const vars = {
        apiUrl: "https://socialapp-serverr.herokuapp.com",
        defaultImageUri: "https://socialapp-serverr.herokuapp.com/static/images/defaultprofile.jpg"
    };
    
    export default vars;
  • Run npm start
  • Then type in terminal a to run on android emulator, i to run on ios simulator.

For more info read https://reactnative.dev/docs/getting-started

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].