This is a clone of Instagram's web interface developed using React and Tailwind CSS with static data.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm.
- You have a Windows/Linux/Mac machine. This project supports all three operating systems.
To install Instagram Web Front-End Clone, follow these steps:
-
Open your terminal/command prompt.
-
Clone this repository:
git clone https://github.com/MustiAlparslan/instagram-web-front-end-clone.git
-
Navigate into the cloned repository:
cd instagram-web-front-end-clone
-
Install the dependencies:
npm install
To run the app, follow these steps:
-
Start the app:
npm start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits. You will also see any lint errors in the console.
To contribute to Instagram Web Front-End Clone, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.