Skip to content

MustiAlparslan/instagram-web-front-end-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Web Front-End Clone

This is a clone of Instagram's web interface developed using React and Tailwind CSS with static data.

Prerequisites

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.

Installing Instagram Web Front-End Clone

To install Instagram Web Front-End Clone, follow these steps:

  1. Open your terminal/command prompt.

  2. Clone this repository:

    git clone https://github.com/MustiAlparslan/instagram-web-front-end-clone.git
  3. Navigate into the cloned repository:

    cd instagram-web-front-end-clone
  4. Install the dependencies:

    npm install

Running the App

To run the app, follow these steps:

  1. 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.

Screenshots

Contributing to Instagram Web Front-End Clone

To contribute to Instagram Web Front-End Clone, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.