A clone of the Instagram iOS App.
- General info
- Screenshots
- Features
- Technologies
- Setup
- Status
- Inspiration
- Contact
- License
- Contributing
A clone of the Instagram iOS App using Flutter.
Feed Screen | User Profile Screen |
---|---|
- Feed Screen
- User Profile Screen
- Activitiy Screen
- Dart
- Flutter
To run this app, you will need to follow these 3 steps:
-
a Laptop
-
Xcode or Android Studio
-
Git installed on your Laptop.
# Clone this repository
$ git clone https://github.com/Williano/Instagram-UI.git
# Go into the repository
$ cd Instagram-UI
# Install all dependences
$ flutter pub get
# Run App
$ flutter run
Project is: in progress
This project is based on the goal of imporving my Dart and Flutter skills.
Created by Williano - feel free to contact me!
You can check out the full license here
This project is licensed under the terms of the MIT license.
- Fork it (https://github.com/Williano/Instagram-UI.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request