This project is a clone of Instagram, built using the MERN stack, with the frontend developed using React, Redux, and Material-UI. If you are looking for the backend repo : https://github.com/yassinjouao/instagram-clone-backend
You can view a demo of this project here.
Project Structure The frontend project is structured as follows:
' Please add the project file's structure'
To install and run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your_username/instagram-clone-frontend.git
- Navigate into the cloned directory
cd instagram-clone-frontend
- Install the dependencies
npm install
4)Start the development server
npm start
Contributions to this project are welcome. To contribute, follow these steps:
-
Fork the repository
-
Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m "Your commit message"
- Push your changes to your fork
git push origin feature/your-feature
- Create a pull request in this repository