The Instagram clone application is a training project, the main purpose of which was to teach how to work with Firebase.
Dart
;Flutter
;Bloc
;Cloud firestore
;Firebase auth
;Provider
.
User registration
;Log in with your email and password
;Make a post
;View all posts
;Search for a user by username
;Like the post
;View profile data
;Log out of the profile
.
Clone the repository using HTTP: git clone https://github.com/rutikeyone/instagram-clone
;Open Android Studio/Visual Studio Code
;Click on 'Open the project folder
;Browse to the directory where you cloned the mobile-wallet repo and click OK
;Let Android Studio/Visual Studio Code import the project
;Build the application in your device by clicking run button
.