🚀 Welcome to the Instagram Clone React Frontend repository! This project replicates the core features of Instagram with a beautiful React frontend.
👤 Users can create an account and log in to the app.
🖼️ Users can create a profile, edit their profile information, and upload profile pictures.
📸 Users can upload pictures and videos to their profiles.
❤️ Users can like/dislike a post.
💬 Users can comment on a post.
👥 Users can follow and unfollow other users.
📰 A feed displays the latest posts from the users you follow.
🔔 Users receive notifications for new likes and comments.
🔍 A search function allows users to search for other users and hashtags.
📬 Users can send direct messages to other users.
-
Clone the repository:
git clone https://github.com/muhammadahmed-01/instagram-clone.git
-
Navigate to the project folder:
cd instagram-clone
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Access the app at http://localhost:3000
Feel free to contribute and enhance this Instagram clone! Happy coding!