https://github.com/oge-dev/instagramclone
Clone of the Instagram homepage created using HTML and CSS.
https://github.com/oge-dev/instagramclone
clone css3 html5
Last synced: about 1 year ago
JSON representation
Clone of the Instagram homepage created using HTML and CSS.
- Host: GitHub
- URL: https://github.com/oge-dev/instagramclone
- Owner: oge-dev
- Created: 2022-12-01T15:46:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T01:09:34.000Z (almost 2 years ago)
- Last Synced: 2024-07-24T05:09:50.204Z (almost 2 years ago)
- Topics: clone, css3, html5
- Language: HTML
- Homepage: https://oge-dev.github.io/InstagramClone/
- Size: 4.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# 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](#demo)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Setup](#setup)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Demo
You can view the live demo of this project [here](https://oge-dev.github.io/InstagramClone/).
## 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:**
```bash
git clone https://github.com/oge-dev/InstagramClone.git
```
2. **Navigate to the project directory:**
```bash
cd instagram-clone
```
3. **Open the `index.html` file in your browser:**
```bash
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:**
```bash
git checkout -b feature-branch
```
3. **Make your changes**
4. **Commit your changes:**
```bash
git commit -m 'Add some feature'
```
5. **Push to the branch:**
```bash
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.