Welcome to the Instagram Clone project! This project aims to replicate the core features of the popular photo-sharing platform Instagram using React, npm, and Vite.
- User Authentication
- Post Creation and Sharing
- Like and Comment on Posts
- User Profiles
- Follow and Unfollow Users
- Explore and Discover Posts
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/nimamt/instagram.git
-
Run this command (based on https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupported)
export NODE_OPTIONS=--openssl-legacy-provider
-
Install the dependencies
npm install
-
Run the project
npm run dev