https://github.com/dixpatel009/instagramhomepage
Instagram Home Page
https://github.com/dixpatel009/instagramhomepage
dart flutter instagram provider provider-state-management ui
Last synced: 3 months ago
JSON representation
Instagram Home Page
- Host: GitHub
- URL: https://github.com/dixpatel009/instagramhomepage
- Owner: DixPatel009
- Created: 2024-05-24T11:19:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T12:28:59.000Z (about 1 year ago)
- Last Synced: 2025-01-17T01:50:01.626Z (5 months ago)
- Topics: dart, flutter, instagram, provider, provider-state-management, ui
- Language: Dart
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Home Screen
## Getting Started
This project is a simple implementation of an Instagram-like home screen, showcasing a feed of posts. It is designed as a task to demonstrate proficiency in Flutter development using dart language.
# Features
Feed Display: Show a list of posts with images, video, user names, and captions.
Post Interactions: Includes UI elements for likes, comments, and sharing (non-functional for this task).
Profile Picture: Displays user profile pictures next to their posts.
User Interface: Designed to mimic the Instagram home screen layout.
Screenshot:


## Requirements
Flutter 2.0+
Dart 2.12+
## Installation
1. Clone the repository:
https://github.com/DixPatel009/InstagramHomePage.git2. Navigate to the project directory:
cd InstagramHomePage3. Install dependencies:
flutter pub get4. Run the project:
flutter run## Usage
Feed Screen: Displays a list of posts similar to Instagram's home feed.
Interaction Buttons: Although non-functional for this task, the UI includes buttons for liking, commenting, and sharing posts.