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

https://github.com/monte9/likesapp

Likes app is an iOS app that provides a uniform and simple UI for interacting with several websites and services.
https://github.com/monte9/likesapp

Last synced: over 1 year ago
JSON representation

Likes app is an iOS app that provides a uniform and simple UI for interacting with several websites and services.

Awesome Lists containing this project

README

          

# *Likes App*

**Likes** app is an iOS app that provides a uniform and simple UI for interacting with several websites and services.

Time spent: **20** hours spent in total

## User Stories

The following features are implemented:

- [x] Pan Gesture Recognizers
- [x] Custom Views and xibs
- [x] Affine Transform & Rotation
- [x] NSNotifications

## Video Walkthrough

![Likes+Yelp iOS app walkthrough](likes_yelp.gif)

![Likes iOS app walkthrough](likes.gif)

GIF created with [LiceCap](http://www.cockos.com/licecap/).

## 3rd Party Libraries

1. [UIColor-Hex-Swift](https://github.com/yeahdongcn/UIColor-Hex-Swift): Convenience methods for creating color using RGBA hex string.

`pod 'UIColor_Hex_Swift', '~> 2.1'`

2. [RESideMenu](https://github.com/romaonthego/RESideMenu): iOS 7/8 style side menu with parallax effect.

`pod 'RESideMenu', '~> 4.0.7'`

## Notes

Simple. Intiutive. Fun. #LikesApp

## Challenges

Working with Amazon API on iOS is impossible.
1. Need to sign each request with a secret key
2. Lack of relevant resources

## License

Copyright [2016] [Monte Thakkar]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.