This app is made to connect anyone virtually with everyone around any corner of the world.
- Create profile
- Follow others and other will follow you
- Share photos, videos, youtube links
- Home section to see posts of freinds and mutual friends
- Trending section to see trending posts and videos
- Search people around any corner of world
- Like, comment, share in posts
- ReactJS
- Bootstrap + SCSS
- Giphy API
API repo : https://github.com/sanjaymajhi/chat-app-api
create .env file in the root directory and put this :
REACT_APP_GIPHY_API_KEY=<Generate from Giphy api website>
- clone this repo
- clone the API repo
- Make .env files in both directories
- do npm install in both directories
- Now in bash, type npm run start-both (in backend folder bash)