This project was built by using React, React-Redux with toolkit, Redux-Saga for http requests, and NodeJS for the backend. In this project, I have tried to clone Instagram from strach.
https://instagram-clone-ca661.web.app/
- following and followers algorithm.
- personal messaging
- create a post
- being able to see the posts of people followed
- being able to see all posts in explore section
- being able to see individual profile and it's pictures
- liking posts
- being able to comment to posts
- login and register
- searching all people who is using this app
- REACT_APP_BACKEND_URL="http://localhost:8000"