Home

Awesome

<img src="/docs/_static/phimpme-logo.png" align="left" hspace="1" vspace="1">

Phimp.me iOS

Phimp.me is a Photo App for iOS that aims to replace proprietary photo applications. It offers features such as taking photos, adding filters, editing images and uploading them to social networks.


Features


Setting up the iOS Project

  1. Clone the repo
$ git clone https://github.com/imjog/phimpme-iOS.git
  1. Navigate to the project folder
$ cd phimpme-iOS
  1. Open Phimpme.xcodeproj from the folder.

  2. Build the project (⌘+B) and check for any errors.

  3. Run the app (⌘+R).and test it.

Screenshots

Following design is using for app development:

<table> <tr> <td><img src="docs/_static/SplashScreen.png" height = "480" width="270"></td> <td><img src="docs/_static/MenuScreen.png" height = "480" width="270"></td> <td><img src="docs/_static/GalleryScreen.png" height = "480" width="270"></td> </tr> <tr> <td><img src="docs/_static/CameraScreen.png" height = "480" width="270"></td> <td><img src="docs/_static/AccountsScreen.png" height = "480" width="270"></td> <td><img src="docs/_static/SettingsScreen.png" height = "480" width="270"></td> </tr> <tr> <td><img src="docs/_static/AlertScreen.png" height = "480" width="270"></td> <td><img src="docs/_static/EditingScreen.png" height = "480" width="270"></td> <td><img src="docs/_static/ShareScreen.png" height = "480" width="270"></td> </tr> </table>

Branch Policy

Note: For the initialization period all commits go directly to the master branch. In the next stages we follow the branch policy as below:

We have the following branches

Code practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

License

This project is currently licensed under the MIT. A copy of LICENSE should be present along with the source code.