/InstagramClone

Clone of the Instagram homepage created using HTML and CSS.

Primary LanguageHTML

Instagram Clone

This project is a simple clone of the Instagram homepage created using HTML and CSS. It aims to replicate the basic layout and design of Instagram's main interface. This project does not include any backend functionality and is purely for front-end practice.

Table of Contents

Demo

You can view the live demo of this project here.

Features

  • Basic structure and layout of the Instagram homepage
  • Header with logo and navigation icons
  • Main feed with posts
  • Sidebar with user profile and suggestions

Technologies Used

  • HTML5
  • CSS3

Setup

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/oge-dev/InstagramClone.git
  2. Navigate to the project directory:

    cd instagram-clone
  3. Open the index.html file in your browser:

    open index.html

Usage

Once you open the index.html file in your browser, you will see a static representation of the Instagram homepage.

Contributing

Contributions are welcome! If you have any improvements or suggestions, please create a pull request or open an issue.

  1. Fork the repository

  2. Create a new branch:

    git checkout -b feature-branch
  3. Make your changes

  4. Commit your changes:

    git commit -m 'Add some feature'
  5. Push to the branch:

    git push origin feature-branch
  6. Create a pull request

License

This project is not licensed under the MIT License. See the LICENSE file for details.