Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.95 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.95 KB

Instagram Clone mobile application

The Instagram clone application is a training project, the main purpose of which was to teach how to work with Firebase.

Screenshots

Video

Watch the video

What functionality does the application provide to the user?

The user can:

  • 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

Building the Code

  1. Clone the repository using HTTP: git clone https://github.com/RuTiKeyOne/InstagramClone

  2. Open Android Studio/Visual Studio Code.

  3. Click on 'Open the project folder'

  4. Browse to the directory where you cloned the mobile-wallet repo and click OK.

  5. Let Android Studio/Visual Studio Code import the project.

  6. Build the application in your device by clicking run button.