An open API service indexing awesome lists of open source software.

https://github.com/thiendangit/instagram-clone-swift5

Instagram clone
https://github.com/thiendangit/instagram-clone-swift5

firebase instagram swift

Last synced: about 1 year ago
JSON representation

Instagram clone

Awesome Lists containing this project

README

          

# Instagram clone Swift5

Instagram Clone created with Swift5 and Firebase.

## Show some :heart: and star the repo to support the project.

## Note
This repository is my pratic and still under development and I will continue to add more features to it.

## Features

* Home feed page
* Heart Animation when liking image
* Post photo posts from camera or gallery
* Like posts
* View all likes on a post
* Comment on posts
* View all comments on a post
* Search for users
* Search screen showing all images except your own
* Searchbar
* Camera
* Can choose, Drop, Moved image
* Use camera & video
* Change color image
* Notification
* Show list like instagram
* Profile Screen
* Can show information User
* Have tabbar

## Screenshots


feed example
upload photo example
go to a profile from feed
edit profile example
comment and activity feed example

comment and activity feed example
comment and activity feed example
comment and activity feed example
comment and activity feed example
comment and activity feed example

## Getting started

#### 1. Clone the repo

```sh
$ https://github.com/thiendangit/Instagram-Clone-Swift5.git
$ cd Instagram-Clone-Swift5/
```

#### 2. Setup the firebase app

1. You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com.
2. Once your Firebase instance is created, you'll need to enable anonymous authentication.

* Go to the Firebase Console for your new instance.
* Click "Authentication" in the left-hand menu
* Click the "sign-in method" tab
* Click "Google" and enable it

4. Enable the Firebase Database
* Go to the Firebase Console
* Click "Database" in the left-hand menu
* Click the Cloudstore "Create Database" button
* Select "Start in test mode" and "Enable"

6 . (skip if not running on iOS)

* Create an app within your Firebase instance for iOS, with your app package name
* Follow instructions to download GoogleService-Info.plist
* place google-services.json into /Instagram-Clone-Swift5/google-services.json.

# Upcoming Features
- Connect to Firebase
- Edit profile
- Stories
- See profile of other
## Questions?🤔

## How to Contribute
1. Fork the the project
2. Create your feature branch (git checkout -b my-new-feature)
3. Make required changes and commit (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request

## License

Copyright © 2020 Thiện Đăng. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.